Skip to content

Commit

Permalink
Release 1.15.6 (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
freeekanayaka committed Mar 29, 2024
2 parents 6ea8b41 + b178a41 commit 8c7d8cf
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([libcowsql], [1.15.5], [https://github.com/cowsql/cowsql])
AC_INIT([libcowsql], [1.15.6], [https://github.com/cowsql/cowsql])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([ac])

Expand Down
2 changes: 1 addition & 1 deletion include/cowsql.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
*/
#define COWSQL_VERSION_MAJOR 1
#define COWSQL_VERSION_MINOR 15
#define COWSQL_VERSION_RELEASE 5
#define COWSQL_VERSION_RELEASE 6
#define COWSQL_VERSION_NUMBER \
(COWSQL_VERSION_MAJOR * 100 * 100 + COWSQL_VERSION_MINOR * 100 + \
COWSQL_VERSION_RELEASE)
Expand Down

0 comments on commit 8c7d8cf

Please sign in to comment.