diff --git a/configure.ac b/configure.ac index 80a9720..515a7ab 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libstorj],[1.0.0-rc5]) +AC_INIT([libstorj],[1.0.0-rc6]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([build-aux/m4]) AM_INIT_AUTOMAKE([foreign]) diff --git a/src/cli.c b/src/cli.c index 6af230a..8ea4868 100644 --- a/src/cli.c +++ b/src/cli.c @@ -68,7 +68,7 @@ static inline void noop() {}; " STORJ_ENCRYPTION_KEY file encryption key\n\n" -#define CLI_VERSION "libstorj-1.0.0-rc5" +#define CLI_VERSION "libstorj-1.0.0-rc6" static void json_logger(const char *message, int level, void *handle) {