Skip to content

Commit

Permalink
bump version to libstorj-1.0.0-beta3
Browse files Browse the repository at this point in the history
  • Loading branch information
Braydon Fuller committed Mar 15, 2017
1 parent db04370 commit 228ae88
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down
2 changes: 1 addition & 1 deletion src/cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
2 changes: 1 addition & 1 deletion test/tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ storj_http_options_t http_options = {
};

storj_log_options_t log_options = {
.level = 0
.level = 4
};

void fail(char *msg)
Expand Down

0 comments on commit 228ae88

Please sign in to comment.