Skip to content

Commit

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

Expand Down
4 changes: 2 additions & 2 deletions include/cowsql.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
* Version.
*/
#define COWSQL_VERSION_MAJOR 1
#define COWSQL_VERSION_MINOR 14
#define COWSQL_VERSION_RELEASE 0
#define COWSQL_VERSION_MINOR 15
#define COWSQL_VERSION_RELEASE 5
#define COWSQL_VERSION_NUMBER \
(COWSQL_VERSION_MAJOR * 100 * 100 + COWSQL_VERSION_MINOR * 100 + \
COWSQL_VERSION_RELEASE)
Expand Down

0 comments on commit 8e405bf

Please sign in to comment.