From a6af637f18058341f538677fd8bc54ce27896449 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Thu, 18 May 2017 16:23:49 -0400 Subject: [PATCH] Bump to 1.0.0-rc6 --- configure.ac | 2 +- src/cli.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) {