diff --git a/LICENSE.txt b/LICENSE.txt index e4d6e9e..58149b1 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -25,4 +25,4 @@ SOFTWARE. Ropebwt3 includes libsais, which is developed by Ilya Grebnov and -distributed under the Apache License 2.0. +distributed under Apache License 2.0. diff --git a/main.c b/main.c index 4bb3cbd..887a7fe 100644 --- a/main.c +++ b/main.c @@ -5,7 +5,7 @@ #include "io.h" #include "ketopt.h" -#define RB3_VERSION "3.0pre-r65" +#define RB3_VERSION "3.0-r67" int main_build(int argc, char *argv[]); int main_merge(int argc, char *argv[]);