From 42280e48f2982b2b66696ea13722b83c078437e4 Mon Sep 17 00:00:00 2001 From: Julian Smart <julian@anthemion.co.uk> Date: Thu, 5 Dec 2002 12:14:53 +0000 Subject: [PATCH] Further version changes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18055 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- distrib/msw/innotop.txt | 16 ++++++++-------- distrib/msw/zipdistinno.bat | 2 +- docs/gtk/install.txt | 6 +++--- docs/gtk/readme.txt | 4 ++-- docs/latex/wx/manual.tex | 4 ++-- docs/mgl/install.txt | 4 ++-- docs/motif/install.txt | 11 ++++++----- docs/motif/readme.txt | 4 ++-- docs/msw/install.txt | 8 ++++---- docs/x11/install.txt | 6 +++--- 10 files changed, 33 insertions(+), 32 deletions(-) diff --git a/distrib/msw/innotop.txt b/distrib/msw/innotop.txt index 526c9de73f..62a0965cc6 100644 --- a/distrib/msw/innotop.txt +++ b/distrib/msw/innotop.txt @@ -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 © 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 diff --git a/distrib/msw/zipdistinno.bat b/distrib/msw/zipdistinno.bat index 9040126a6e..ef2d096c8f 100755 --- a/distrib/msw/zipdistinno.bat +++ b/distrib/msw/zipdistinno.bat @@ -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 diff --git a/docs/gtk/install.txt b/docs/gtk/install.txt index c261b9aa29..2999a2995e 100644 --- a/docs/gtk/install.txt +++ b/docs/gtk/install.txt @@ -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 diff --git a/docs/gtk/readme.txt b/docs/gtk/readme.txt index 7b954792f3..c110682f77 100644 --- a/docs/gtk/readme.txt +++ b/docs/gtk/readme.txt @@ -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 diff --git a/docs/latex/wx/manual.tex b/docs/latex/wx/manual.tex index 91e3b2aa0e..a8155cc1f2 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.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} diff --git a/docs/mgl/install.txt b/docs/mgl/install.txt index 6da271dc36..af68f2b36b 100644 --- a/docs/mgl/install.txt +++ b/docs/mgl/install.txt @@ -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 ----------- diff --git a/docs/motif/install.txt b/docs/motif/install.txt index 6444041525..4fbdde99a4 100644 --- a/docs/motif/install.txt +++ b/docs/motif/install.txt @@ -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. diff --git a/docs/motif/readme.txt b/docs/motif/readme.txt index 363c122331..d85d8ff975 100644 --- a/docs/motif/readme.txt +++ b/docs/motif/readme.txt @@ -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 diff --git a/docs/msw/install.txt b/docs/msw/install.txt index 93b948fa1f..6da9f1a051 100644 --- a/docs/msw/install.txt +++ b/docs/msw/install.txt @@ -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 diff --git a/docs/x11/install.txt b/docs/x11/install.txt index 3f0e8c2452..b9d30f03ae 100644 --- a/docs/x11/install.txt +++ b/docs/x11/install.txt @@ -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. -- 2.45.2