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:
Vadim Zeitlin
2020-07-23 16:25:39 +02:00
parent 47a168eaa2
commit d1aa3d5663
180 changed files with 848 additions and 836 deletions

View File

@@ -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