Skip to content

Commit

Permalink
minors
Browse files Browse the repository at this point in the history
  • Loading branch information
pratas committed Oct 10, 2023
1 parent 8165f81 commit 2ca74d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/GTO.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ int main(int argc, char *argv[])
" ████████  ██  ████████  \n"
" \n"
"NAME \n"
" GTO v1.5.9, \n"
" GTO v1.6.1, \n"
" The Genomics-Proteomics Toolkit. \n"
" \n"
"AUTHORS \n"
Expand Down
2 changes: 1 addition & 1 deletion src/defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ typedef int8_t I8;
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

#define RELEASE 1
#define VERSION 5
#define VERSION 6

// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Expand Down

0 comments on commit 2ca74d7

Please sign in to comment.