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

Commit e35e216

Browse files
author
Mathieu Borderé
committed
configure: bump version 0.17.0 -> 0.17.1
Signed-off-by: Mathieu Borderé <mathieu.bordere@canonical.com>
1 parent 15dd122 commit e35e216

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ(2.60)
2-
AC_INIT([raft], [0.17.0])
2+
AC_INIT([raft], [0.17.1])
33
AC_LANG([C])
44
AC_CONFIG_MACRO_DIR([m4])
55
AC_CONFIG_AUX_DIR([ac])

include/raft.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*/
1515
#define RAFT_VERSION_MAJOR 1
1616
#define RAFT_VERSION_MINOR 17
17-
#define RAFT_VERSION_RELEASE 0
17+
#define RAFT_VERSION_RELEASE 1
1818
#define RAFT_VERSION_NUMBER (RAFT_VERSION_MAJOR *100*100 + RAFT_VERSION_MINOR *100 + RAFT_VERSION_RELEASE)
1919

2020
int raft_version_number (void);

0 commit comments

Comments
 (0)