Skip to content

Commit

Permalink
Fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
atlesn committed Feb 17, 2024
1 parent 8a251cf commit 30a9956
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Even minor version = development, odd minor version = stable
AC_INIT([Read Route Record],[1.29-1])
AC_DEFINE([RRR_CONFIG_VERSION], "1.29-1", [Full version])
AC_INIT([Read Route Record],[1.29-2])
AC_DEFINE([RRR_CONFIG_VERSION], "1.29-2", [Full version])
AC_DEFINE([RRR_CONFIG_VERSION_MAJOR], 1, [Major version])
AC_DEFINE([RRR_CONFIG_VERSION_MINOR], 29, [Minor version])
AC_DEFINE([RRR_CONFIG_VERSION_REVISION], 1, [Revision number])
AC_DEFINE([RRR_CONFIG_VERSION_REVISION], 2, [Revision number])
AC_DEFINE([RRR_TYPE_MAX_BLOB_LENGTH], 1024, [Maximum size of blob type in type arrays])
#AC_DEFINE([RRR_MYSQL_BIND_MAX], 16, [Maximum number of bind columns for MySQL])
AC_DEFINE([RRR_TMP_PATH], "/tmp", [Temporary directory])
Expand Down

0 comments on commit 30a9956

Please sign in to comment.