diff --git a/configure.ac b/configure.ac index b0f4e99..cd65768 100755 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libstorj],[1.1.0-beta]) +AC_INIT([libstorj],[2.0.0-beta]) 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 e8acb4c..1c57b5c 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.1.0-beta" +#define CLI_VERSION "libstorj-2.0.0-beta" static void json_logger(const char *message, int level, void *handle) {