Skip to content
This repository has been archived by the owner on Jul 2, 2021. It is now read-only.

Commit

Permalink
Bump to 1.0.0-rc7
Browse files Browse the repository at this point in the history
  • Loading branch information
Braydon Fuller committed May 31, 2017
1 parent 61958c2 commit ac891ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT([libstorj],[1.0.0-rc6])
AC_INIT([libstorj],[1.0.0-rc7])
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
Expand Up @@ -68,7 +68,7 @@ static inline void noop() {};
" STORJ_ENCRYPTION_KEY file encryption key\n\n"


#define CLI_VERSION "libstorj-1.0.0-rc6"
#define CLI_VERSION "libstorj-1.0.0-rc7"

static void json_logger(const char *message, int level, void *handle)
{
Expand Down

0 comments on commit ac891ec

Please sign in to comment.