diff --git a/src/GTO.c b/src/GTO.c index c9b781c..8126fb7 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.6.1, \n" + " GTO v1.6.2, \n" " The Genomics-Proteomics Toolkit. \n" " \n" "AUTHORS \n" @@ -399,7 +399,7 @@ int main(int argc, char *argv[]) " \n" " \n" "COPYRIGHT \n" - " Copyright (C) 2014-2020, IEETA, University of Aveiro. \n" + " Copyright (C) 2014-2024, IEETA/DETI, University of Aveiro. \n" " This is a Free software, under MIT. You may redistribute \n" " copies of it under the terms of the MIT license. See more \n" " at . \n" diff --git a/src/defs.h b/src/defs.h index b511ff2..7158cbc 100644 --- a/src/defs.h +++ b/src/defs.h @@ -31,7 +31,7 @@ typedef int8_t I8; // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -#define RELEASE 1 +#define RELEASE 2 #define VERSION 6 // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -