Incremented version number

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16613 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-08-20 11:51:14 +00:00
parent bb811f17f0
commit 8dafe2c7d5
8 changed files with 9 additions and 9 deletions

View File

@@ -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%

View File

@@ -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

View 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

View 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

View 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

View 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

View 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

View File

@@ -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"