Skip to content

Commit

Permalink
Release 0.22.1 (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
freeekanayaka authored Mar 29, 2024
2 parents dd383c5 + 5b1c920 commit 9edb176
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.22.0])
AC_INIT([raft], [0.22.1])
AC_LANG([C])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([ac])
Expand Down
2 changes: 1 addition & 1 deletion include/raft.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
*/
#define RAFT_VERSION_MAJOR 0
#define RAFT_VERSION_MINOR 22
#define RAFT_VERSION_RELEASE 0
#define RAFT_VERSION_RELEASE 1
#define RAFT_VERSION_NUMBER \
(RAFT_VERSION_MAJOR * 100 * 100 + RAFT_VERSION_MINOR * 100 + \
RAFT_VERSION_RELEASE)
Expand Down

0 comments on commit 9edb176

Please sign in to comment.