Update version to 3.2.0 and rebake and rerun autoconf

Update all make/project files to use 3.2.0.
This commit is contained in:
Vadim Zeitlin 2022-06-13 02:40:52 +02:00
parent 03293ae8e2
commit 2a2308d5ed
634 changed files with 3755 additions and 3761 deletions

View file

@ -14,7 +14,7 @@ dnl ---------------------------------------------------------------------------
dnl initialization
dnl ---------------------------------------------------------------------------
AC_INIT([wxWidgets], [3.1.7], [wx-dev@googlegroups.com])
AC_INIT([wxWidgets], [3.2.0], [wx-dev@googlegroups.com])
dnl the file passed to AC_CONFIG_SRCDIR should be specific to our package
AC_CONFIG_SRCDIR([wx-config.in])
@ -39,8 +39,8 @@ dnl
dnl wx_release_number += 1
wx_major_version_number=3
wx_minor_version_number=1
wx_release_number=7
wx_minor_version_number=2
wx_release_number=0
wx_subrelease_number=0
WX_RELEASE=$wx_major_version_number.$wx_minor_version_number