From e101fe608597e045ee08e18a97a409cab59e7f38 Mon Sep 17 00:00:00 2001 From: Ryan Layer Date: Mon, 19 Oct 2015 15:21:47 -0600 Subject: [PATCH] bump version --- src/genotq.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/genotq.h b/src/genotq.h index d141d57..9df31c8 100644 --- a/src/genotq.h +++ b/src/genotq.h @@ -24,9 +24,9 @@ #define CHUNK 16384 #define PROGRAM_NAME "gqt" -#define MAJOR_VERSION "0" -#define MINOR_VERSION "2" -#define REVISION_VERSION "18" +#define MAJOR_VERSION "1" +#define MINOR_VERSION "0" +#define REVISION_VERSION "0" #define BUILD_VERSION "0" #define VERSION MAJOR_VERSION "." MINOR_VERSION "." REVISION_VERSION #define MORE_SIZE 20