From 2ca74d78467f2c9e6a49cb2950c736b83ee2a221 Mon Sep 17 00:00:00 2001 From: pratas <6882743+pratas@users.noreply.github.com> Date: Tue, 10 Oct 2023 11:08:05 +0100 Subject: [PATCH] minors --- src/GTO.c | 2 +- src/defs.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GTO.c b/src/GTO.c index 7d508f4..c9b781c 100644 --- a/src/GTO.c +++ b/src/GTO.c @@ -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" diff --git a/src/defs.h b/src/defs.h index 927a6c0..b511ff2 100644 --- a/src/defs.h +++ b/src/defs.h @@ -32,7 +32,7 @@ typedef int8_t I8; // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - #define RELEASE 1 -#define VERSION 5 +#define VERSION 6 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -