Further version changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-12-05 12:14:53 +00:00
parent 5db9e0e80d
commit 42280e48f2
10 changed files with 33 additions and 32 deletions

View File

@@ -4,13 +4,13 @@
[Setup]
MinVersion=4.0,4.0
AppName=wxWindows 2.3.4
AppName=wxWindows 2.5.0
AppId=wxWindows
CreateUninstallRegKey=1
UsePreviousAppDir=0
UsePreviousGroup=0
AppVersion=2.3.4
AppVerName=wxWindows 2.3.4
AppVersion=2.5.0
AppVerName=wxWindows 2.5.0
AppCopyright=Copyright <20> The wxWindows Team
BackColor=$FF0000
BackColor2=$000000
@@ -19,7 +19,7 @@
WindowStartMaximized=1
WindowVisible=1
WindowResizable=1
UninstallDisplayName=wxWindows 2.3.4
UninstallDisplayName=wxWindows 2.5.0
UninstallLogMode=Append
DirExistsWarning=auto
UninstallFilesDir={app}
@@ -28,10 +28,10 @@
CreateAppDir=1
DisableProgramGroupPage=0
AlwaysCreateUninstallIcon=1
UninstallIconName=Uninstall wxWindows 2.3.4
UninstallIconName=Uninstall wxWindows 2.5.0
Uninstallable=1
DefaultDirName=c:\wxWindows_2.3.4
DefaultGroupName=wxWindows 2.3.4
DefaultDirName=c:\wxWindows_2.5.0
DefaultGroupName=wxWindows 2.5.0
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.3.4
SourceDir=c:\wx24\wxWindows\deliver\wxWindows-2.5.0
OutputDir=c:\wx24\wxWindows\deliver

View File

@@ -7,7 +7,7 @@ set webfiles=c:\wx2dev\wxWebSite
set inno=1
Rem Set this to the required version
set version=2.3.4
set version=2.5.0
if "%src" == "" goto usage
if "%dest" == "" goto usage

View File

@@ -1,4 +1,4 @@
wxWindows 2.3 for GTK installation
wxWindows 2.4 for GTK installation
----------------------------------
IMPORTANT NOTE:
@@ -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: wxGTK 2.3.4, gcc 2.95.4, Redhat 6.2
example: wxGTK 2.4.0, gcc 2.95.4, Redhat 6.2
* The simplest case
-------------------
@@ -44,7 +44,7 @@ If you want to remove wxWindows on Unix you can do this:
* The GTK+ 2 case
-----------------
wxGTK 2.3.4 has support for the new version 2.0.X of GTK+. This means
wxGTK 2.4.0 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

View File

@@ -1,7 +1,7 @@
Welcome to wxWindows/Gtk 2.3
Welcome to wxWindows/Gtk 2.4
you have downloaded version 2.3 of the GTK port of the
you have downloaded version 2.4 of the GTK port of the
wxWindows GUI library.
wxWindows no longer supports GTK 1.0 (as did some early

View File

@@ -26,13 +26,13 @@
%\special{!/@scaleunit 1 def}
\parskip=10pt
\parindent=0pt
\title{wxWindows 2.3.4: A portable C++ and Python GUI toolkit}
\title{wxWindows 2.5.0: 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{November 2002}
\date{December 2002}
}
\makeindex
\begin{document}

View File

@@ -1,4 +1,4 @@
wxWindows 2.3 for MGL installation
wxWindows 2.5 for MGL installation
------------------------------------
IMPORTANT NOTE:
@@ -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.3.4, gcc 2.95.3, Redhat 7.0
example: wxMGL 2.5.0, gcc 2.95.3, Redhat 7.0
First steps
-----------

View File

@@ -1,4 +1,4 @@
wxWindows 2.3 for Motif installation
wxWindows 2.5 for Motif installation
------------------------------------
IMPORTANT NOTE:
@@ -11,15 +11,16 @@ 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.3.4, gcc 2.95.4, Redhat 6.1
example: wxMotif 2.5.0, gcc 2.95.4, Redhat 6.1
First steps
-----------
- Prerequisites: Motif 1.2 or above, or Lesstif
(not yet tested). Motif 2.0 and above may also be suitable.
- Prerequisites: Motif 1.2 or above, or Lesstif. Motif 2.0 and
above may also be suitable.
- Download wxMotif-x.y.z.tgz, where x.y.z is the version number.
- Download wxX11-x.y.z.tgz, where x.y.z is the version number.
(wxMotif is included in the wxX11 distribution).
Download documentation in a preferred format, such as
wxWindows-HTML.zip or wxWindows-PDF.zip.

View File

@@ -1,7 +1,7 @@
Welcome to wxWindows/Motif 2.3.4
Welcome to wxWindows/Motif 2.5.0
You have downloaded version 2.3.4 of the Motif port of
You have downloaded version 2.5.0 of the Motif port of
the wxWindows GUI library.
More information about the wxWindows project as a whole

View File

@@ -1,8 +1,8 @@
Installing wxWindows 2.3.4
Installing wxWindows 2.5.0
--------------------------
This is wxWindows 2.3.4 for Microsoft Windows 9x/ME, Windows NT,
This is wxWindows 2.5.0 for Microsoft Windows 9x/ME, Windows NT,
Windows 2000 and Windows XP. This is an unstable development release.
Please note that the library naming conventions for VC++
@@ -235,7 +235,7 @@ Compiling using the makefiles (updated 24 Sept 02):
set WXWIN=c:\wxwindows
to your autoexec.bat file], The WXWIN variable should contain neither spaces nor -
You may like to use the short form as shown by a dos directory listing ;
eg instead of c:\wxwindows-2.3.4 use c:\wxwind~1.4
eg instead of c:\wxwindows-2.5.0 use c:\wxwind~1.4
Reboot if needed for the changes to autoexec.bat to take effect.
2. Change directory to src\msw. Type 'make -f makefile.b32' to
make the wxWindows core library. Ignore the compiler warnings.
@@ -408,7 +408,7 @@ Metrowerks CodeWarrior compilation
----------------------------------
1. CodeWarrior Pro7 project files in XML format are already
included in wxMSW-2.3.4.zip and the setup version.
included in wxMSW-2.5.0.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

View File

@@ -1,4 +1,4 @@
wxWindows 2.3 for X11 installation
wxWindows 2.5 for X11 installation
----------------------------------
IMPORTANT NOTE:
@@ -11,12 +11,12 @@ 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.3.4, gcc 2.95.4, Redhat 6.2
example: wxX11 2.5.0, gcc 2.95.4, Redhat 6.2
First steps
-----------
- Download wxWindows-X-x.y.z.tgz, where x.y.z is the version number.
- Download wxX11-x.y.z.tgz, where x.y.z is the version number.
Download documentation in a preferred format, such as
wxWindows-HTML.zip or wxWindows-PDF.zip.