Skip to content

Commit

Permalink
Merge pull request IvorySQL#650 from bigplaice/modify_the_version_to_3.2
Browse files Browse the repository at this point in the history
Modify the version number to be 3.2
  • Loading branch information
gaoxueyu authored Apr 1, 2024
2 parents 3985b00 + fe3577b commit f991053
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -2835,7 +2835,7 @@ _ACEOF


# IvorySQL version
PACKAGE_IVORYSQL_VERSION='3.1'
PACKAGE_IVORYSQL_VERSION='3.2'

PG_MAJORVERSION=`expr "$PACKAGE_VERSION" : '\([0-9][0-9]*\)'`
PG_MINORVERSION=`expr "$PACKAGE_VERSION" : '.*\.\([0-9][0-9]*\)'`
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ AC_PREFIX_DEFAULT(/usr/local/pgsql)
AC_DEFINE_UNQUOTED(CONFIGURE_ARGS, ["$ac_configure_args"], [Saved arguments from configure])

# IvorySQL version
PACKAGE_IVORYSQL_VERSION='3.1'
PACKAGE_IVORYSQL_VERSION='3.2'

[PG_MAJORVERSION=`expr "$PACKAGE_VERSION" : '\([0-9][0-9]*\)'`]
[PG_MINORVERSION=`expr "$PACKAGE_VERSION" : '.*\.\([0-9][0-9]*\)'`]
Expand Down

0 comments on commit f991053

Please sign in to comment.