Skip to content

Commit b6e9e37

Browse files
committed
Merge branch 'update-3.2.4' into 3.2
Update version to 3.2.4.
2 parents 1444565 + 30f00b8 commit b6e9e37

File tree

120 files changed

+159
-144
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

120 files changed

+159
-144
lines changed

Makefile.in

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ wxCFLAGS_C99 = @wxCFLAGS_C99@
8282
DESTDIR =
8383
WX_RELEASE = 3.2
8484
WX_RELEASE_NODOT = 32
85-
WX_VERSION = $(WX_RELEASE).3
85+
WX_VERSION = $(WX_RELEASE).4
8686
LIBDIRNAME = $(wx_top_builddir)/lib
8787
WXREGEX_CFLAGS = $(WX_CPPFLAGS) -DNDEBUG \
8888
-I$(wx_top_builddir)/3rdparty/pcre/src -D__WX__ -DHAVE_CONFIG_H \
@@ -2215,7 +2215,7 @@ LOCALE_LINGUAS = ca cs da de el es fi fr hu id it ja nl pl ru sl sv tr uk zh zh_
22152215
@COND_DEPS_TRACKING_1@CXXC = $(BK_DEPS) $(CXX)
22162216
@COND_USE_PLUGINS_0@PLUGIN_ADV_EXTRALIBS = $(EXTRALIBS_SDL)
22172217
@COND_PLATFORM_MACOSX_1@WXMACVERSION_CMD = \
2218-
@COND_PLATFORM_MACOSX_1@ -compatibility_version 3.0 -current_version 3.1
2218+
@COND_PLATFORM_MACOSX_1@ -compatibility_version 3.0 -current_version 3.2
22192219
@COND_USE_GUI_0@PORTNAME = base
22202220
@COND_USE_GUI_1@PORTNAME = $(TOOLKIT_LOWERCASE)$(TOOLKIT_VERSION)
22212221
@COND_TOOLKIT_MAC@WXBASEPORT = _carbon
@@ -13976,9 +13976,9 @@ COND_MONOLITHIC_0_SHARED_1_USE_GUI_1_USE_HTML_1___htmldll_library_link_LIBR_0 \
1397613976
@COND_USE_SOVERSION_0@dll___targetsuf2 = .$(SO_SUFFIX)
1397713977
@COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1@dll___targetsuf3 \
1397813978
@COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1@ = \
13979-
@COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1@ .$(SO_SUFFIX).0.2.1
13979+
@COND_PLATFORM_MACOSX_0_USE_SOVERCYGWIN_0_USE_SOVERSION_1@ .$(SO_SUFFIX).0.2.2
1398013980
@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@dll___targetsuf3 \
13981-
@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@ = .0.2.1.$(SO_SUFFIX)
13981+
@COND_PLATFORM_MACOSX_1_USE_SOVERSION_1@ = .0.2.2.$(SO_SUFFIX)
1398213982
@COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1@dll___targetsuf3 = -0.$(SO_SUFFIX)
1398313983
@COND_USE_SOVERSION_0@dll___targetsuf3 = .$(SO_SUFFIX)
1398413984
@COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1@dll___targetsuf3 = .$(SO_SUFFIX).0

build/bakefiles/version.bkl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
changes, change C:R:A to C:R+1:A
2424
-->
2525
<set var="WX_CURRENT">2</set>
26-
<set var="WX_REVISION">1</set>
26+
<set var="WX_REVISION">2</set>
2727
<set var="WX_AGE">2</set>
2828

2929

build/msw/makefile.gcc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5989,7 +5989,7 @@ $(SETUPHDIR)\wx\msw\rcdefs.h: $(SETUPHDIR)\wx\msw ..\..\include\wx\msw\genrcdefs
59895989
build_cfg_file: $(SETUPHDIR)
59905990
@echo WXVER_MAJOR=3 >$(BUILD_CFG_FILE)
59915991
@echo WXVER_MINOR=2 >>$(BUILD_CFG_FILE)
5992-
@echo WXVER_RELEASE=3 >>$(BUILD_CFG_FILE)
5992+
@echo WXVER_RELEASE=4 >>$(BUILD_CFG_FILE)
59935993
@echo BUILD=$(BUILD) >>$(BUILD_CFG_FILE)
59945994
@echo MONOLITHIC=$(MONOLITHIC) >>$(BUILD_CFG_FILE)
59955995
@echo SHARED=$(SHARED) >>$(BUILD_CFG_FILE)

build/msw/makefile.vc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6456,7 +6456,7 @@ $(SETUPHDIR)\wx\msw\rcdefs.h: $(SETUPHDIR)\wx\msw ..\..\include\wx\msw\genrcdefs
64566456
build_cfg_file: $(SETUPHDIR)
64576457
@echo WXVER_MAJOR=3 >$(BUILD_CFG_FILE)
64586458
@echo WXVER_MINOR=2 >>$(BUILD_CFG_FILE)
6459-
@echo WXVER_RELEASE=3 >>$(BUILD_CFG_FILE)
6459+
@echo WXVER_RELEASE=4 >>$(BUILD_CFG_FILE)
64606460
@echo BUILD=$(BUILD) >>$(BUILD_CFG_FILE)
64616461
@echo MONOLITHIC=$(MONOLITHIC) >>$(BUILD_CFG_FILE)
64626462
@echo SHARED=$(SHARED) >>$(BUILD_CFG_FILE)

build/msw/wx_setup.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
</PropertyGroup>
66

77
<PropertyGroup Label="UserMacros">
8-
<wxVersionString>323</wxVersionString>
8+
<wxVersionString>324</wxVersionString>
99
<wxShortVersionString>32</wxShortVersionString>
1010
<wxToolkitPrefix>msw</wxToolkitPrefix>
1111
<wxCompilerPrefix>vc</wxCompilerPrefix>

build/osx/wxvers.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// update this file with new version numbers
22

33
DYLIB_COMPATIBILITY_VERSION = 3.2
4-
DYLIB_CURRENT_VERSION = 3.2.3
4+
DYLIB_CURRENT_VERSION = 3.2.4

build/tools/msvs/getversion.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
set wxMAJOR_VERSION=3
22
set wxMINOR_VERSION=2
3-
set wxRELEASE_NUMBER=3
3+
set wxRELEASE_NUMBER=4

configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for wxWidgets 3.2.3.
3+
# Generated by GNU Autoconf 2.69 for wxWidgets 3.2.4.
44
#
55
# Report bugs to <[email protected]>.
66
#
@@ -580,8 +580,8 @@ MAKEFLAGS=
580580
# Identity of this package.
581581
PACKAGE_NAME='wxWidgets'
582582
PACKAGE_TARNAME='wxwidgets'
583-
PACKAGE_VERSION='3.2.3'
584-
PACKAGE_STRING='wxWidgets 3.2.3'
583+
PACKAGE_VERSION='3.2.4'
584+
PACKAGE_STRING='wxWidgets 3.2.4'
585585
PACKAGE_BUGREPORT='[email protected]'
586586
PACKAGE_URL=''
587587

@@ -2012,7 +2012,7 @@ if test "$ac_init_help" = "long"; then
20122012
# Omit some internal or obsolete options to make the list less imposing.
20132013
# This message is too long to be a string in the A/UX 3.1 sh.
20142014
cat <<_ACEOF
2015-
\`configure' configures wxWidgets 3.2.3 to adapt to many kinds of systems.
2015+
\`configure' configures wxWidgets 3.2.4 to adapt to many kinds of systems.
20162016

20172017
Usage: $0 [OPTION]... [VAR=VALUE]...
20182018

@@ -2082,7 +2082,7 @@ fi
20822082

20832083
if test -n "$ac_init_help"; then
20842084
case $ac_init_help in
2085-
short | recursive ) echo "Configuration of wxWidgets 3.2.3:";;
2085+
short | recursive ) echo "Configuration of wxWidgets 3.2.4:";;
20862086
esac
20872087
cat <<\_ACEOF
20882088

@@ -2588,7 +2588,7 @@ fi
25882588
test -n "$ac_init_help" && exit $ac_status
25892589
if $ac_init_version; then
25902590
cat <<\_ACEOF
2591-
wxWidgets configure 3.2.3
2591+
wxWidgets configure 3.2.4
25922592
generated by GNU Autoconf 2.69
25932593

25942594
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -3405,7 +3405,7 @@ cat >config.log <<_ACEOF
34053405
This file contains any messages produced by compilers while
34063406
running configure, to aid debugging if configure makes a mistake.
34073407

3408-
It was created by wxWidgets $as_me 3.2.3, which was
3408+
It was created by wxWidgets $as_me 3.2.4, which was
34093409
generated by GNU Autoconf 2.69. Invocation command line was
34103410

34113411
$ $0 $@
@@ -3868,7 +3868,7 @@ fi
38683868

38693869
wx_major_version_number=3
38703870
wx_minor_version_number=2
3871-
wx_release_number=3
3871+
wx_release_number=4
38723872
wx_subrelease_number=0
38733873

38743874
WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
@@ -46613,7 +46613,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4661346613
# report actual input values of CONFIG_FILES etc. instead of their
4661446614
# values after options handling.
4661546615
ac_log="
46616-
This file was extended by wxWidgets $as_me 3.2.3, which was
46616+
This file was extended by wxWidgets $as_me 3.2.4, which was
4661746617
generated by GNU Autoconf 2.69. Invocation command line was
4661846618

4661946619
CONFIG_FILES = $CONFIG_FILES
@@ -46679,7 +46679,7 @@ _ACEOF
4667946679
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4668046680
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
4668146681
ac_cs_version="\\
46682-
wxWidgets config.status 3.2.3
46682+
wxWidgets config.status 3.2.4
4668346683
configured by $0, generated by GNU Autoconf 2.69,
4668446684
with options \\"\$ac_cs_config\\"
4668546685

configure.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dnl ---------------------------------------------------------------------------
1414
dnl initialization
1515
dnl ---------------------------------------------------------------------------
1616

17-
AC_INIT([wxWidgets], [3.2.3], [[email protected]])
17+
AC_INIT([wxWidgets], [3.2.4], [[email protected]])
1818

1919
dnl the file passed to AC_CONFIG_SRCDIR should be specific to our package
2020
AC_CONFIG_SRCDIR([wx-config.in])
@@ -40,7 +40,7 @@ dnl wx_release_number += 1
4040

4141
wx_major_version_number=3
4242
wx_minor_version_number=2
43-
wx_release_number=3
43+
wx_release_number=4
4444
wx_subrelease_number=0
4545

4646
WX_RELEASE=$wx_major_version_number.$wx_minor_version_number

demos/bombs/Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ wx_top_builddir = @wx_top_builddir@
4444

4545
DESTDIR =
4646
WX_RELEASE = 3.2
47-
WX_VERSION = $(WX_RELEASE).3
47+
WX_VERSION = $(WX_RELEASE).4
4848
LIBDIRNAME = $(wx_top_builddir)/lib
4949
BOMBS_CXXFLAGS = $(WX_CPPFLAGS) -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) \
5050
$(__DEBUG_DEFINE_p) $(__EXCEPTIONS_DEFINE_p) $(__RTTI_DEFINE_p) \

0 commit comments

Comments
 (0)