Skip to content

Commit

Permalink
Release v1.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Borderé <mathieu.bordere@canonical.com>
  • Loading branch information
MathieuBordere committed Aug 3, 2021
1 parent aaa1dfd commit 93a56f6
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,5 +1,5 @@
AC_PREREQ(2.60)
AC_INIT([libdqlite], [1.8.0], [https://github.com/canonical/dqlite])
AC_INIT([libdqlite], [1.9.0], [https://github.com/canonical/dqlite])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([ac])

Expand Down
2 changes: 1 addition & 1 deletion include/dqlite.h
Expand Up @@ -9,7 +9,7 @@
* Version.
*/
#define DQLITE_VERSION_MAJOR 1
#define DQLITE_VERSION_MINOR 8
#define DQLITE_VERSION_MINOR 9
#define DQLITE_VERSION_RELEASE 0
#define DQLITE_VERSION_NUMBER (DQLITE_VERSION_MAJOR *100*100 + DQLITE_VERSION_MINOR *100 + DQLITE_VERSION_RELEASE)

Expand Down

0 comments on commit 93a56f6

Please sign in to comment.