Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
Release v0.18.0
Browse files Browse the repository at this point in the history
Signed-off-by: Cole Miller <[email protected]>
  • Loading branch information
cole-miller committed Sep 21, 2023
1 parent 999a938 commit b68076f
Show file tree
Hide file tree
Showing 2 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,5 +1,5 @@
AC_PREREQ(2.60)
AC_INIT([raft], [0.17.1])
AC_INIT([raft], [0.18.0])
AC_LANG([C])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([ac])
Expand Down
4 changes: 2 additions & 2 deletions include/raft.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
* Version.
*/
#define RAFT_VERSION_MAJOR 0
#define RAFT_VERSION_MINOR 17
#define RAFT_VERSION_RELEASE 1
#define RAFT_VERSION_MINOR 18
#define RAFT_VERSION_RELEASE 0
#define RAFT_VERSION_NUMBER \
(RAFT_VERSION_MAJOR * 100 * 100 + RAFT_VERSION_MINOR * 100 + \
RAFT_VERSION_RELEASE)
Expand Down

0 comments on commit b68076f

Please sign in to comment.