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

@@ -7,7 +7,7 @@
<key>CFBundleExecutable</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundleGetInfoString</key>
<string>$(PRODUCT_NAME) version 3.1.4, (c) 2005-2020 wxWidgets</string>
<string>$(PRODUCT_NAME) version 3.1.5, (c) 2005-2020 wxWidgets</string>
<key>CFBundleIconFile</key>
<string>wxmac.icns</string>
<key>CFBundleIdentifier</key>
@@ -22,17 +22,17 @@
<string>it</string>
</array>
<key>CFBundleLongVersionString</key>
<string>3.1.4, (c) 2005-2020 wxWidgets</string>
<string>3.1.5, (c) 2005-2020 wxWidgets</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.1.4</string>
<string>3.1.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3.1.4</string>
<string>3.1.5</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright 2005-2020 wxWidgets</string>
<key>NSPrincipalClass</key>

View File

@@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
DESTDIR =
WX_RELEASE = 3.1
WX_VERSION = $(WX_RELEASE).4
WX_VERSION = $(WX_RELEASE).5
LIBDIRNAME = $(wx_top_builddir)/lib
MINIMAL_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \