From 228ae8895ad974aff0eab57dc37ba6007b6cae98 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Wed, 15 Mar 2017 16:20:13 -0400 Subject: [PATCH] bump version to libstorj-1.0.0-beta3 --- configure.ac | 2 +- src/cli.c | 2 +- test/tests.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 3eae569..e4023de 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libstorj],[1.0.0-beta2]) +AC_INIT([libstorj],[1.0.0-beta3]) 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 11f99f6..f8ef119 100644 --- a/src/cli.c +++ b/src/cli.c @@ -69,7 +69,7 @@ static inline void noop() {}; " STORJ_ENCRYPTION_KEY file encryption key\n\n" -#define CLI_VERSION "libstorj-1.0.0-beta2" +#define CLI_VERSION "libstorj-1.0.0-beta3" static void json_logger(const char *message, int level, void *handle) { diff --git a/test/tests.c b/test/tests.c index abce079..480be95 100644 --- a/test/tests.c +++ b/test/tests.c @@ -31,7 +31,7 @@ storj_http_options_t http_options = { }; storj_log_options_t log_options = { - .level = 0 + .level = 4 }; void fail(char *msg)