From 8b5d29030b07f76a6d29664ef34ee6b3258f9943 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Tue, 17 Oct 2017 14:16:10 -0400 Subject: [PATCH] Bump version to 2.0.0 --- configure.ac | 2 +- src/cli.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) {