Update the version to 3.1.5
This was done by running misc/scripts/inc_release, bakefile_gen and autoconf.
This commit is contained in:
@@ -14,7 +14,7 @@ dnl ---------------------------------------------------------------------------
|
||||
dnl initialization
|
||||
dnl ---------------------------------------------------------------------------
|
||||
|
||||
AC_INIT([wxWidgets], [3.1.4], [wx-dev@googlegroups.com])
|
||||
AC_INIT([wxWidgets], [3.1.5], [wx-dev@googlegroups.com])
|
||||
|
||||
dnl the file passed to AC_CONFIG_SRCDIR should be specific to our package
|
||||
AC_CONFIG_SRCDIR([wx-config.in])
|
||||
@@ -40,7 +40,7 @@ dnl wx_release_number += 1
|
||||
|
||||
wx_major_version_number=3
|
||||
wx_minor_version_number=1
|
||||
wx_release_number=4
|
||||
wx_release_number=5
|
||||
wx_subrelease_number=0
|
||||
|
||||
WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
|
||||
|
Reference in New Issue
Block a user