]> git.saurik.com Git - wxWidgets.git/commitdiff
Incremented version number
authorJulian Smart <julian@anthemion.co.uk>
Tue, 20 Aug 2002 11:51:14 +0000 (11:51 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 20 Aug 2002 11:51:14 +0000 (11:51 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

distrib/msw/copybase.bat
distrib/msw/zippatch.bat
docs/microwin/readme.txt
wxBase.spec
wxGTK.spec
wxMotif.spec
wxWINE.spec
wxwin.m4

index d63d84833dfd4998747152fbea71be7365e2e69e..8512cde9d4f17cce75ef20eccbf7dea5fa1bed94 100755 (executable)
@@ -2,7 +2,7 @@
 
 rem VZ: this is quick and _very_ dirty
 
-set VER=2.3.2
+set VER=2.3.3
 set DEST=s:\upload\wxBase-%VER%
 
 mkdir %DEST%
index e9d300caeca5122b8224254c2c1a743c6e429686..ef6cd9491c92697860c91697a5bf2624dcb6d9e7 100755 (executable)
@@ -7,7 +7,7 @@ set src=%wxwin%
 set dest=%src%\deliver
 
 Rem Set this to the required wxWindows version
-set wxversion=2.3.2
+set wxversion=2.3.3
 Rem Set this to the required patch version
 set version=01
 
index b775a6d190b3b9c55cbb2ab8247d8da2cfda13b4..c9d3d56524ee61758e074c41e3aa72dc6874becb 100644 (file)
@@ -60,7 +60,7 @@ MicroWindows:
 
 wxMicroWindows:
 
-- Download wxMSW 2.3.2 or greater, or get it from CVS
+- Download wxMSW 2.3.3 or greater, or get it from CVS
 
 - Copy include/wx/msw/setup_microwin.h to include/wx/setup.h if
   include/wx/setup.h doesn't exist
index 5b38f95a9b180581060b55ae8a20923395344918..d30e17d1f53ffa0f6b335bc9459609730ad3bf63 100644 (file)
@@ -1,5 +1,5 @@
 %define pref /usr
-%define ver 2.3.2
+%define ver 2.3.3
 %define ver2 2.3
 %define rel 1
 
index a979aaaa88027e606abb7c8506dcd2e8bebe7967..6fbae7bb965a0fef8f400ee27e850526e25c8ec9 100644 (file)
@@ -1,5 +1,5 @@
 %define pref /usr
-%define ver 2.3.2
+%define ver 2.3.3
 %define ver2 2.3
 %define rel 1
 
index a943405f057f916d7749f9f289db8db042dcabd7..2ddead5b12bc5165c52d419d42987bde79ef8df8 100644 (file)
@@ -3,7 +3,7 @@
 
 # Note that this is NOT a relocatable package
 %define pref /usr
-%define ver 2.3.2
+%define ver 2.3.3
 %define ver2 2.3
 %define rel 1
 
index 8bcd21caf9607abd34be46acbeb446f1d627cf3a..6f7aad9d63c714b197d378b4b601245f41b73bec 100644 (file)
@@ -1,6 +1,6 @@
 # Note that this is NOT a relocatable package
 %define pref /usr
-%define ver 2.3.1
+%define ver 2.3.3
 %define rel 1
 
 Summary: The WINE port of the wxWindows library
index a7e88b886c4eff7466a3a2205360ec07e365b8e4..b5959a33836e60108e9dcc0fc63f2b71f48f8d59 100644 (file)
--- a/wxwin.m4
+++ b/wxwin.m4
@@ -7,7 +7,7 @@ dnl     ...
 dnl    AM_OPTIONS_WXCONFIG
 dnl    ...
 dnl    ...
-dnl    AM_PATH_WXCONFIG(2.3.2, wxWin=1)
+dnl    AM_PATH_WXCONFIG(2.3.3, wxWin=1)
 dnl     if test "$wxWin" != 1; then
 dnl        AC_MSG_ERROR([
 dnl               wxWindows must be installed on your system
@@ -16,7 +16,7 @@ dnl
 dnl               Please check that wx-config is in path, the directory
 dnl               where wxWindows libraries are installed (returned by
 dnl               'wx-config --libs' command) is in LD_LIBRARY_PATH or
-dnl               equivalent variable and wxWindows version is 2.3.2 or above.
+dnl               equivalent variable and wxWindows version is 2.3.3 or above.
 dnl        ])
 dnl     fi
 dnl     CPPFLAGS="$CPPFLAGS $WX_CPPFLAGS"