From 7e6e96f608e74dae408a3a23e039e23b40a1090c Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sun, 14 Sep 2003 19:22:35 +0000 Subject: [PATCH] Changed version to 2.4.2 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@23581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- distrib/msw/innobott.txt | 2 +- distrib/msw/innotop.txt | 16 +++++------ distrib/msw/zipdistinno.bat | 2 +- docs/base/readme.txt | 2 +- docs/gtk/install.txt | 2 +- docs/latex/wx/manual.tex | 4 +-- docs/mgl/install.txt | 2 +- docs/motif/install.txt | 2 +- docs/motif/readme.txt | 4 +-- docs/msw/install.txt | 6 ++-- docs/os2/install.txt | 56 ++++++++++++++++++------------------- docs/publicity/announce.txt | 4 +-- docs/readme.txt | 2 +- docs/x11/install.txt | 2 +- docs/x11/readme.txt | 4 +-- include/wx/version.h | 8 +++--- locale/cs.po | 2 +- locale/da.po | 2 +- locale/de.po | 2 +- locale/es.po | 2 +- locale/fi.po | 2 +- locale/fr.po | 2 +- locale/hu.po | 2 +- locale/id.po | 2 +- locale/it.po | 2 +- locale/nl.po | 2 +- locale/pl.po | 2 +- locale/ru.po | 2 +- locale/sl.po | 2 +- locale/sv.po | 2 +- locale/tr.po | 2 +- locale/zh.po | 2 +- src/makeg95.env | 2 +- src/version.mak | 2 +- wxBase.spec | 2 +- wxGTK.spec | 2 +- wxMGL.spec | 2 +- wxMotif.spec | 2 +- wxWINE.spec | 2 +- wxX11.spec | 2 +- 40 files changed, 83 insertions(+), 83 deletions(-) diff --git a/distrib/msw/innobott.txt b/distrib/msw/innobott.txt index 5aa2666062..80d804066d 100644 --- a/distrib/msw/innobott.txt +++ b/distrib/msw/innobott.txt @@ -32,7 +32,7 @@ ; DO NOT DELETE THEM or you may be unable to reload the script ;[ScriptSetup] -;VerNum=2.4.1 +;VerNum=2.4.2 ;InnoVer=1.3 ;AddVerTo=AppVerName ;SetupFilename=setup.exe diff --git a/distrib/msw/innotop.txt b/distrib/msw/innotop.txt index c8323db6f6..5a39849304 100644 --- a/distrib/msw/innotop.txt +++ b/distrib/msw/innotop.txt @@ -4,13 +4,13 @@ [Setup] MinVersion=4.0,4.0 - AppName=wxWindows 2.4.1 + AppName=wxWindows 2.4.2 AppId=wxWindows CreateUninstallRegKey=1 UsePreviousAppDir=0 UsePreviousGroup=0 - AppVersion=2.4.1 - AppVerName=wxWindows 2.4.1 + AppVersion=2.4.2 + AppVerName=wxWindows 2.4.2 AppCopyright=Copyright © The wxWindows Team BackColor=$FF0000 BackColor2=$000000 @@ -19,7 +19,7 @@ WindowStartMaximized=1 WindowVisible=1 WindowResizable=1 - UninstallDisplayName=wxWindows 2.4.1 + UninstallDisplayName=wxWindows 2.4.2 UninstallLogMode=Append DirExistsWarning=auto UninstallFilesDir={app} @@ -28,10 +28,10 @@ CreateAppDir=1 DisableProgramGroupPage=0 AlwaysCreateUninstallIcon=1 - UninstallIconName=Uninstall wxWindows 2.4.1 + UninstallIconName=Uninstall wxWindows 2.4.2 Uninstallable=1 - DefaultDirName=c:\wxWindows-2.4.1 - DefaultGroupName=wxWindows 2.4.1 + DefaultDirName=c:\wxWindows-2.4.2 + DefaultGroupName=wxWindows 2.4.2 LicenseFile=C:\wx24\wxWindows\docs\licence.txt InfoBeforeFile=C:\wx24\wxWindows\docs\readme.txt InfoAfterFile=C:\wx24\wxWindows\docs\msw\install.txt @@ -41,6 +41,6 @@ DiskClusterSize=512 ReserveBytes=0 UseSetupLdr=1 - SourceDir=c:\wx24\wxWindows\deliver\wxWindows-2.4.1 + SourceDir=c:\wx24\wxWindows\deliver\wxWindows-2.4.2 OutputDir=c:\wx24\wxWindows\deliver diff --git a/distrib/msw/zipdistinno.bat b/distrib/msw/zipdistinno.bat index 411891e4d9..93e1daebdf 100755 --- a/distrib/msw/zipdistinno.bat +++ b/distrib/msw/zipdistinno.bat @@ -7,7 +7,7 @@ set webfiles=c:\wx2dev\wxWebSite set inno=0 Rem Set this to the required version -set version=2.4.1 +set version=2.4.2 if "%src" == "" goto usage if "%dest" == "" goto usage diff --git a/docs/base/readme.txt b/docs/base/readme.txt index 337db34f21..85af0f17fb 100644 --- a/docs/base/readme.txt +++ b/docs/base/readme.txt @@ -126,6 +126,6 @@ namely: Vadim Zeitlin -This file is accurate for the version 2.4.1 of wxBase. It was last modified on +This file is accurate for the version 2.4.2 of wxBase. It was last modified on June 13, 2003. diff --git a/docs/gtk/install.txt b/docs/gtk/install.txt index 54b88b7a25..4f6047e0a5 100644 --- a/docs/gtk/install.txt +++ b/docs/gtk/install.txt @@ -44,7 +44,7 @@ If you want to remove wxWindows on Unix you can do this: * The GTK+ 2 case ----------------- -wxGTK 2.4.1 has support for the new version 2.0.X of GTK+. This means +wxGTK 2.4.2 has support for the new version 2.0.X of GTK+. This means that wxGTK apps can now make use Unicode as the underlying encoding for all text operations. This is a very fundamental change and will need time to stabilize, so be careful. Anyways, after installing a diff --git a/docs/latex/wx/manual.tex b/docs/latex/wx/manual.tex index 6c85b71916..c5eeeec8d2 100644 --- a/docs/latex/wx/manual.tex +++ b/docs/latex/wx/manual.tex @@ -26,13 +26,13 @@ %\special{!/@scaleunit 1 def} \parskip=10pt \parindent=0pt -\title{wxWindows 2.4.1: A portable C++ and Python GUI toolkit} +\title{wxWindows 2.4.2: A portable C++ and Python GUI toolkit} \winhelponly{\author{by Julian Smart et al %\winhelponly{\\$$\image{1cm;0cm}{wxwin.wmf}$$} }} \winhelpignore{\author{Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al} -\date{June 2003} +\date{September 2003} } \makeindex \begin{document} diff --git a/docs/mgl/install.txt b/docs/mgl/install.txt index 1015b1a32d..af506a85f7 100644 --- a/docs/mgl/install.txt +++ b/docs/mgl/install.txt @@ -11,7 +11,7 @@ IMPORTANT NOTE: When sending bug reports tell us what version of wxWindows you are using (including the beta) and what compiler on what system. One - example: wxMGL 2.4.1, gcc 2.95.3, Redhat 7.0 + example: wxMGL 2.4.2, gcc 2.95.3, Redhat 7.0 First steps ----------- diff --git a/docs/motif/install.txt b/docs/motif/install.txt index 7bb083bd22..05c8f6c73a 100644 --- a/docs/motif/install.txt +++ b/docs/motif/install.txt @@ -11,7 +11,7 @@ IMPORTANT NOTE: When sending bug reports tell us what version of wxWindows you are using (including the beta) and what compiler on what system. One - example: wxMotif 2.4.1, gcc 2.95.4, Redhat 6.1 + example: wxMotif 2.4.2, gcc 2.95.4, Redhat 6.1 First steps ----------- diff --git a/docs/motif/readme.txt b/docs/motif/readme.txt index cfe56d1544..6d84381037 100644 --- a/docs/motif/readme.txt +++ b/docs/motif/readme.txt @@ -1,7 +1,7 @@ - Welcome to wxWindows/Motif 2.4.1 + Welcome to wxWindows/Motif 2.4.2 -You have downloaded version 2.4.1 of the Motif port of +You have downloaded version 2.4.2 of the Motif port of the wxWindows GUI library. More information about the wxWindows project as a whole diff --git a/docs/msw/install.txt b/docs/msw/install.txt index 7c8b8835c5..cd390c0d98 100644 --- a/docs/msw/install.txt +++ b/docs/msw/install.txt @@ -1,8 +1,8 @@ -Installing wxWindows 2.4.1 +Installing wxWindows 2.4.2 -------------------------- -This is wxWindows 2.4.1 for Microsoft Windows 9x/ME, Windows NT, +This is wxWindows 2.4.2 for Microsoft Windows 9x/ME, Windows NT, Windows 2000 and Windows XP. This is an official release. Please note that the library naming conventions for VC++ @@ -440,7 +440,7 @@ Metrowerks CodeWarrior compilation ---------------------------------- 1. CodeWarrior Pro7 project files in XML format are already - included in wxMSW-2.4.1.zip and the setup version. + included in wxMSW-2.4.2.zip and the setup version. 2. Review the file include\wx\msw\setup.h (or include\wx\msw\setup0.h if you are working from the CVS version) to make sure the settings reflect what you want. If you aren't sure, leave it alone and go with the diff --git a/docs/os2/install.txt b/docs/os2/install.txt index 894013d17d..a4c7a62427 100644 --- a/docs/os2/install.txt +++ b/docs/os2/install.txt @@ -1,7 +1,7 @@ -Installing wxWindows 2.4.1 +Installing wxWindows 2.4.2 -------------------------- -This is wxWindows 2.4.1 for IBM OS/2 Warp3 and Warp4. This is an unstable +This is wxWindows 2.4.2 for IBM OS/2 Warp3 and Warp4. This is an unstable development release and OS/2 is considered to be in beta. IMPORTANT NOTE: If you experience problems installing, please @@ -17,7 +17,7 @@ Unarchiving At this time there is no comprehensive setup.exe type installation program. wxWindows for OS/2 requires you download various .zip files and unpack them to your desired location on your system. Pick a location say, -C:\wx\wxWindows-2.4.1, copy the .zip files to there and unzip them ensuring you +C:\wx\wxWindows-2.4.2, copy the .zip files to there and unzip them ensuring you unzip the subdirectories as well. You will need: - All common, generic and OS2-specific wxWindows source; @@ -30,7 +30,7 @@ unzip the subdirectories as well. You will need: - PNG library source; - ZLIB library source; -All but the documentation is included in wxOS2-2.4.1.zip, documentation +All but the documentation is included in wxOS2-2.4.2.zip, documentation must be downloaded separately from the wxWindows Web site. Other add-on packages are available from the wxWindows Web site, such as: @@ -46,27 +46,27 @@ General installation notes After unzipping everything your directory tree should look something like this: -x:\wx\wxWindows-2.4.1\docs (your HTML reference manual) -x:\wx\wxWindows-2.4.1\include\wx -x:\wx\wxWindows-2.4.1\include\wx\generic -x:\wx\wxWindows-2.4.1\include\wx\html -x:\wx\wxWindows-2.4.1\include\wx\os2 -x:\wx\wxWindows-2.4.1\samples\.... (all the sample directories) -x:\wx\wxWindows-2.4.1\src -x:\wx\wxWindows-2.4.1\src\common -x:\wx\wxWindows-2.4.1\src\generic -x:\wx\wxWindows-2.4.1\src\html -x:\wx\wxWindows-2.4.1\src\jpeg -x:\wx\wxWindows-2.4.1\src\os2 -x:\wx\wxWindows-2.4.1\src\png -x:\wx\wxWindows-2.4.1\src\tiff -x:\wx\wxWindows-2.4.1\src\zlib +x:\wx\wxWindows-2.4.2\docs (your HTML reference manual) +x:\wx\wxWindows-2.4.2\include\wx +x:\wx\wxWindows-2.4.2\include\wx\generic +x:\wx\wxWindows-2.4.2\include\wx\html +x:\wx\wxWindows-2.4.2\include\wx\os2 +x:\wx\wxWindows-2.4.2\samples\.... (all the sample directories) +x:\wx\wxWindows-2.4.2\src +x:\wx\wxWindows-2.4.2\src\common +x:\wx\wxWindows-2.4.2\src\generic +x:\wx\wxWindows-2.4.2\src\html +x:\wx\wxWindows-2.4.2\src\jpeg +x:\wx\wxWindows-2.4.2\src\os2 +x:\wx\wxWindows-2.4.2\src\png +x:\wx\wxWindows-2.4.2\src\tiff +x:\wx\wxWindows-2.4.2\src\zlib If you are using VisualAge, you will also need to ensure you have a -\lib directory as well, x:\wx\wxWindows-2.4.1\lib +\lib directory as well, x:\wx\wxWindows-2.4.2\lib and you will have to set a WXWIN environment variable in your config.sys, -SET WXWIN=X:\WX\WXWINDOWS-2.4.1; +SET WXWIN=X:\WX\WXWINDOWS-2.4.2; Compilation ----------- @@ -168,12 +168,12 @@ configure script working - the one from GNU shell utilities 1.12 does work (check that uname -s returns "OS/2" and uname -m returns "i386" and you should be mostly fine. -If you donwloaded wxAll-2.4.1, the directories will contain unix versions +If you donwloaded wxAll-2.4.2, the directories will contain unix versions of all configure scripts which need to be replaced by the OS/2 enhanced -versions contained in e.g. \wx\wxWindows-2.4.1\docs\os2\os2-specific.zip. -For this purpose change into the top level directory (\wx\wxWindows-2.4.1) +versions contained in e.g. \wx\wxWindows-2.4.2\docs\os2\os2-specific.zip. +For this purpose change into the top level directory (\wx\wxWindows-2.4.2) and call "unzip docs\os2\os2-specific.zip" (assuming you have InfoZip's -unzip installed). Of course, replace \wx\wxWindows-2.4.1 by the path you +unzip installed). Of course, replace \wx\wxWindows-2.4.2 by the path you did choose. Once you are done with those preliminaries, the first thing to do is to @@ -185,13 +185,13 @@ applications you might want to compile (and update) e.g. wxGTK or wxX11 as well. In the following, let's assume you decided to build in -\wx\wxWindows-2.4.1\build\pm. Now we need to set some environment +\wx\wxWindows-2.4.2\build\pm. Now we need to set some environment variables, namely MAKE_SHELL (to a Unix like shell, let's assume ash) and INSTALL (to point to the install script. If you omit this, configure might find something like the system's tcpip\pcomos\install.exe which will not do the thing you want), e.g. SET MAKE_SHELL=ash -SET INSTALL=/wx/wxWindows-2.4.1/install-sh. +SET INSTALL=/wx/wxWindows-2.4.2/install-sh. Be warned that depending on the precise version of your make, setting MAKE_SHELL might not be sufficient, it might be necessary to set SHELL @@ -245,7 +245,7 @@ Finally, if you also want to build a different port, e.g. wxGTK, you essentially have to use the procedure described above, the only difference being that you have to pass a switch to configure indicating which port to build. If you do not do this in a separate build directory (e.g. -\wxWindows-2.4.1\build\gtk), you'll have to do a `make clean' first. +\wxWindows-2.4.2\build\gtk), you'll have to do a `make clean' first. The magical switches that have to be passed to configure for the various ports are --with-gtk (wxGTK), --with-motif (wxMotif), --with-x11 (wxX11), and --disable-gui (wxBase). Note that contrary to the native, PM based diff --git a/docs/publicity/announce.txt b/docs/publicity/announce.txt index f0a68363d7..53c488917c 100644 --- a/docs/publicity/announce.txt +++ b/docs/publicity/announce.txt @@ -1,8 +1,8 @@ -Announcing wxWindows 2.4.1: a cross-platform GUI toolkit +Announcing wxWindows 2.4.2: a cross-platform GUI toolkit ---------------------------------------------------------------- June 13th, 2003 -- the wxWindows team is pleased to announce -an official 2.4.1 release of the mature cross-platform C++ +an official 2.4.2 release of the mature cross-platform C++ application framework. The following platforms are supported: diff --git a/docs/readme.txt b/docs/readme.txt index c4d1785517..7688aea87d 100644 --- a/docs/readme.txt +++ b/docs/readme.txt @@ -1,4 +1,4 @@ -wxWindows 2.4.1 +wxWindows 2.4.2 --------------- Welcome to wxWindows, a sophisticated cross-platform C++ diff --git a/docs/x11/install.txt b/docs/x11/install.txt index 63c0af9374..3f3ff266be 100644 --- a/docs/x11/install.txt +++ b/docs/x11/install.txt @@ -11,7 +11,7 @@ IMPORTANT NOTE: When sending bug reports tell us what version of wxWindows you are using (including the beta) and what compiler on what system. One - example: wxX11 2.4.1, gcc 2.95.4, Redhat 6.2 + example: wxX11 2.4.2, gcc 2.95.4, Redhat 6.2 First steps ----------- diff --git a/docs/x11/readme.txt b/docs/x11/readme.txt index 9f0041c5d4..902f7c1783 100644 --- a/docs/x11/readme.txt +++ b/docs/x11/readme.txt @@ -1,7 +1,7 @@ - Welcome to wxWindows/X11 2.4.1 + Welcome to wxWindows/X11 2.4.2 -You have downloaded version 2.4.1 of the X11 port of +You have downloaded version 2.4.2 of the X11 port of the wxWindows GUI library. This runs on X11 with no Motif, Xt, GTK+ or any other standard widget set -- instead it uses the wxUniversal widgets. The intention diff --git a/include/wx/version.h b/include/wx/version.h index b18ba02c7e..cebe9ecde7 100644 --- a/include/wx/version.h +++ b/include/wx/version.h @@ -15,13 +15,13 @@ // Bump-up with each new version #define wxMAJOR_VERSION 2 #define wxMINOR_VERSION 4 -#define wxRELEASE_NUMBER 1 -#define wxVERSION_STRING _T("wxWindows 2.4.1") +#define wxRELEASE_NUMBER 2 +#define wxVERSION_STRING _T("wxWindows 2.4.2") // These are used by src/msw/version.rc and should always be ASCII, not Unicode // and must be updated manually as well each time the version above changes -#define wxVERSION_NUM_DOT_STRING "2.4.1" -#define wxVERSION_NUM_STRING "241" +#define wxVERSION_NUM_DOT_STRING "2.4.2" +#define wxVERSION_NUM_STRING "242" // nothing should be updated below this line when updating the version diff --git a/locale/cs.po b/locale/cs.po index 303cfc399f..e9b096aa2b 100644 --- a/locale/cs.po +++ b/locale/cs.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"Project-Id-Version: wxWindows-2.4\n" +"Project-Id-Version: wxWindows-2.4.2\n" "POT-Creation-Date: 2002-12-12 11:59+0100\n" "PO-Revision-Date: 2002-12-14 22:10--100\n" "Last-Translator: Vaclav Slavik \n" diff --git a/locale/da.po b/locale/da.po index 954acc769f..d7d70489d1 100644 --- a/locale/da.po +++ b/locale/da.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"Project-Id-Version: wxWindows-2.2.1\n" +"Project-Id-Version: wxWindows-2.4.2\n" "POT-Creation-Date: 2002-12-13 21:43+0100\n" "PO-Revision-Date: 2002-06-05 10:57+0200\n" "Last-Translator: Henrik Ræder Clausen \n" diff --git a/locale/de.po b/locale/de.po index 2e61258974..17134f0813 100644 --- a/locale/de.po +++ b/locale/de.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"Project-Id-Version: wxWindows-2.4\n" +"Project-Id-Version: wxWindows-2.4.2\n" "POT-Creation-Date: 2002-12-13 21:43+0100\n" "PO-Revision-Date: 2000-08-11 11:11+0200\n" "Last-Translator: Robert Roebling \n" diff --git a/locale/es.po b/locale/es.po index 4040fb4e34..e21b74d293 100644 --- a/locale/es.po +++ b/locale/es.po @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: wxWindows 2.2\n" +"Project-Id-Version: wxWindows 2.4.2\n" "POT-Creation-Date: 2002-12-13 21:43+0100\n" "PO-Revision-Date: 2001-02-21 12:38+0100\n" "Last-Translator: Luis Paúl Tomillo \n" diff --git a/locale/fi.po b/locale/fi.po index 5774a0dd81..287decb0d6 100644 --- a/locale/fi.po +++ b/locale/fi.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"Project-Id-Version: wxWindows-2.2.1\n" +"Project-Id-Version: wxWindows-2.4.2\n" "POT-Creation-Date: 2002-12-13 21:43+0100\n" "PO-Revision-Date: 2000-10-22 13:38Finland Daylight Time\n" "Last-Translator: Kaj G Backas \n" diff --git a/locale/fr.po b/locale/fr.po index 5567ee43c3..671aec0c28 100644 --- a/locale/fr.po +++ b/locale/fr.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"Project-Id-Version: wxWindows\n" +"Project-Id-Version: wxWindows 2.4.2\n" "POT-Creation-Date: 2002-12-13 21:43+0100\n" "PO-Revision-Date: 2002-11-20 21:42+0100\n" "Last-Translator: Stephane Junique \n" diff --git a/locale/hu.po b/locale/hu.po index 77942ae24c..7043523aa8 100644 --- a/locale/hu.po +++ b/locale/hu.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"Project-Id-Version: wxWindows\n" +"Project-Id-Version: wxWindows 2.4.2\n" "POT-Creation-Date: 2002-12-13 21:43+0100\n" "PO-Revision-Date: 2002-11-08 16:49+0100\n" "Last-Translator: Vegh Janos \n" diff --git a/locale/id.po b/locale/id.po index f215c90ebb..ba57386015 100644 --- a/locale/id.po +++ b/locale/id.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"Project-Id-Version: wxWindows Internationalization\n" +"Project-Id-Version: wxWindows-2.4.2\n" "POT-Creation-Date: 2002-12-13 21:43+0100\n" "PO-Revision-Date: 2002-10-22 23:28+0700\n" "Last-Translator: Bambang Purnomosidi D. P. \n" diff --git a/locale/it.po b/locale/it.po index 3a6a9e0998..b3c2600d22 100644 --- a/locale/it.po +++ b/locale/it.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"Project-Id-Version: wxWindows-2.3.4\n" +"Project-Id-Version: wxWindows-2.4.2\n" "POT-Creation-Date: 2003-09-05 22:33+0200\n" "PO-Revision-Date: 2003-09-05 22:52+0100\n" "Last-Translator: <>\n" diff --git a/locale/nl.po b/locale/nl.po index 5065910b6a..e65f41f9db 100644 --- a/locale/nl.po +++ b/locale/nl.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"Project-Id-Version: wxWindows-2.2.1\n" +"Project-Id-Version: wxWindows-2.4.2\n" "POT-Creation-Date: 2002-12-13 21:43+0100\n" "PO-Revision-Date: 2002-11-29 15:12+0100\n" "Last-Translator: Dimitri \n" diff --git a/locale/pl.po b/locale/pl.po index 2a8ab3f020..90fa999ff8 100644 --- a/locale/pl.po +++ b/locale/pl.po @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: wxWindows-2.4\n" +"Project-Id-Version: wxWindows-2.4.2\n" "POT-Creation-Date: 2002-12-12 11:59+0100\n" "PO-Revision-Date: 2003-01-03 19:56+0100\n" "Last-Translator: Janusz Piwowarski \n" diff --git a/locale/ru.po b/locale/ru.po index 2c53eb1e41..074430e926 100644 --- a/locale/ru.po +++ b/locale/ru.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"Project-Id-Version: wxWindows-2.2.1\n" +"Project-Id-Version: wxWindows-2.4.2\n" "POT-Creation-Date: 2002-12-13 21:43+0100\n" "PO-Revision-Date: 2000-08-10 16:09+0200\n" "Last-Translator: Roman Rolinsky , Vadim Zeitlin " diff --git a/locale/sl.po b/locale/sl.po index 7179d3aa56..7024c6f2dd 100644 --- a/locale/sl.po +++ b/locale/sl.po @@ -4,7 +4,7 @@ # msgid "" msgstr "" -"Project-Id-Version: wxWindows 2.2\n" +"Project-Id-Version: wxWindows 2.4.2\n" "POT-Creation-Date: 2002-12-13 21:43+0100\n" "PO-Revision-Date: 2001-06-28 12:48+0100\n" "Last-Translator: Roman Plevel \n" diff --git a/locale/sv.po b/locale/sv.po index 78f63ca72c..0ae5f26e78 100644 --- a/locale/sv.po +++ b/locale/sv.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"Project-Id-Version: wxWindows-2.4\n" +"Project-Id-Version: wxWindows-2.4.2\n" "POT-Creation-Date: 2002-12-27 23:25+0100\n" "PO-Revision-Date: 2002-12-24 03:37+0100\n" "Last-Translator: Jonas Rydberg \n" diff --git a/locale/tr.po b/locale/tr.po index 808d8c1dd9..6c30decb32 100644 --- a/locale/tr.po +++ b/locale/tr.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"Project-Id-Version: wxWindows 2.3.3\n" +"Project-Id-Version: wxWindows 2.4.2\n" "POT-Creation-Date: 2002-12-13 21:43+0100\n" "PO-Revision-Date: 2002-09-16 17:41--800\n" "Last-Translator: Hakki Dogusan \n" diff --git a/locale/zh.po b/locale/zh.po index 313b447cae..6f92278a06 100644 --- a/locale/zh.po +++ b/locale/zh.po @@ -1,6 +1,6 @@ msgid "" msgstr "" -"Project-Id-Version: wxWindows-2.2.2\n" +"Project-Id-Version: wxWindows-2.4.2\n" "POT-Creation-Date: 2002-12-13 21:43+0100\n" "PO-Revision-Date: 2000-11-09 16:09Öйú±ê׼ʱ¼ä\n" "Last-Translator: mrfx \n" diff --git a/src/makeg95.env b/src/makeg95.env index d79bcce9bf..50f006b1f2 100644 --- a/src/makeg95.env +++ b/src/makeg95.env @@ -60,7 +60,7 @@ MINGW32VERSION=3.0 #OSTYPE=msys # If building DLL, the version -WXVERSION=241 +WXVERSION=242 ifndef UNICODE UNICODE=0 diff --git a/src/version.mak b/src/version.mak index 30f4b95713..919757bf97 100644 --- a/src/version.mak +++ b/src/version.mak @@ -11,7 +11,7 @@ wxMAJOR_VERSION=2 wxMINOR_VERSION=4 -wxRELEASE_NUMBER=1 +wxRELEASE_NUMBER=2 # release number if used in the DLL file names only for the unstable branch as # for the stable branches the micro releases are supposed to be backwards diff --git a/wxBase.spec b/wxBase.spec index 58200a72eb..dde5b5c0e5 100644 --- a/wxBase.spec +++ b/wxBase.spec @@ -1,5 +1,5 @@ %define pref /usr -%define ver 2.4.1 +%define ver 2.4.2 %define ver2 2.4 %define rel 1 diff --git a/wxGTK.spec b/wxGTK.spec index 1e1c22eaa8..330d8d4073 100644 --- a/wxGTK.spec +++ b/wxGTK.spec @@ -1,5 +1,5 @@ %define pref /usr -%define ver 2.4.1 +%define ver 2.4.2 %define ver2 2.4 %define rel 1 diff --git a/wxMGL.spec b/wxMGL.spec index 345d134e95..3b2a52ccc4 100644 --- a/wxMGL.spec +++ b/wxMGL.spec @@ -1,5 +1,5 @@ %define pref /usr -%define ver 2.4.1 +%define ver 2.4.2 %define ver2 2.4 %define rel 1 diff --git a/wxMotif.spec b/wxMotif.spec index a43b315f1e..26f1e9eca5 100644 --- a/wxMotif.spec +++ b/wxMotif.spec @@ -3,7 +3,7 @@ # Note that this is NOT a relocatable package %define pref /usr -%define ver 2.4.1 +%define ver 2.4.2 %define ver2 2.4 %define rel 1 diff --git a/wxWINE.spec b/wxWINE.spec index bfd6463e0b..257bbfa4be 100644 --- a/wxWINE.spec +++ b/wxWINE.spec @@ -1,6 +1,6 @@ # Note that this is NOT a relocatable package %define pref /usr -%define ver 2.4.1 +%define ver 2.4.2 %define rel 1 Summary: The WINE port of the wxWindows library diff --git a/wxX11.spec b/wxX11.spec index 77967fe781..892c139663 100644 --- a/wxX11.spec +++ b/wxX11.spec @@ -1,5 +1,5 @@ %define pref /usr -%define ver 2.4.1 +%define ver 2.4.2 %define ver2 2.4 %define rel 1