update to 2.8.3 (configure and version.bkl to follow)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@44820 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott
2007-03-15 09:54:05 +00:00
parent f4c858ac7b
commit 561e395420
9 changed files with 22 additions and 18 deletions

View File

@@ -17,7 +17,7 @@ dnl ---------------------------------------------------------------------------
dnl initialization dnl initialization
dnl --------------------------------------------------------------------------- dnl ---------------------------------------------------------------------------
AC_INIT([wxWidgets], [2.8.2], [wx-dev@lists.wxwidgets.org]) AC_INIT([wxWidgets], [2.8.3], [wx-dev@lists.wxwidgets.org])
dnl the file passed to AC_CONFIG_SRCDIR should be specific to our package dnl the file passed to AC_CONFIG_SRCDIR should be specific to our package
AC_CONFIG_SRCDIR([wx-config.in]) AC_CONFIG_SRCDIR([wx-config.in])
@@ -34,7 +34,7 @@ dnl wx_release_number += 1
wx_major_version_number=2 wx_major_version_number=2
wx_minor_version_number=8 wx_minor_version_number=8
wx_release_number=2 wx_release_number=3
wx_subrelease_number=0 wx_subrelease_number=0
WX_RELEASE=$wx_major_version_number.$wx_minor_version_number WX_RELEASE=$wx_major_version_number.$wx_minor_version_number

View File

@@ -766,9 +766,9 @@ VENDOR=<your company name>
distribute wxWidgets DLLs with your application. Default value is 'custom'. distribute wxWidgets DLLs with your application. Default value is 'custom'.
This string is included as part of DLL name. wxWidgets DLLs contain compiler This string is included as part of DLL name. wxWidgets DLLs contain compiler
name, version information and vendor name in them. For example name, version information and vendor name in them. For example
wxmsw280_core_bcc_custom.dll is one of DLLs build using Borland C++ with wxmsw283_core_bcc_custom.dll is one of DLLs build using Borland C++ with
default settings. If you set VENDOR=mycorp, the name will change to default settings. If you set VENDOR=mycorp, the name will change to
wxmsw280_core_bcc_mycorp.dll. wxmsw283_core_bcc_mycorp.dll.
CFG=<configuration name> CFG=<configuration name>
Sets configuration name so that you can have multiple wxWidgets builds with Sets configuration name so that you can have multiple wxWidgets builds with

View File

@@ -10,11 +10,12 @@
{wx}/configure.in {wx}/configure.in
{wx}/*.spec {wx}/*.spec
{wx}/include/wx/version.h {wx}/include/wx/version.h
{wx}/include/msvc/wx/setup.h {wx}/include/msvc/wx/setup.h {major release only}
{wx}/docs/latex/wx/manual.tex {wx}/docs/latex/wx/manual.tex
{wx}/docs/msw/install.txt {wx}/docs/msw/install.txt
{wx}/docs/changes.txt {wx}/docs/changes.txt
{wx}/build/bakefiles/wxpresets/presets/wx_win32.bkl {wx}/build/bakefiles/wxpresets/presets/wx_win32.bkl {major release only}
{wx}/build/bakefiles/version.bkl {C:R:A}
{wx}/build/script/win_docs.bat {windows doc and setup file} {wx}/build/script/win_docs.bat {windows doc and setup file}
{wx}/distrib/scripts/build-environ.cfg {cvs tar and zip files} {wx}/distrib/scripts/build-environ.cfg {cvs tar and zip files}
@@ -33,6 +34,9 @@
Version: $Id$ Version: $Id$
$Log$ $Log$
Revision 1.10.2.2 2007/03/15 09:54:04 CE
update to 2.8.3 (configure and version.bkl to follow)
Revision 1.10.2.1 2007/02/12 10:54:52 CE Revision 1.10.2.1 2007/02/12 10:54:52 CE
add docs/msw/install.txt add docs/msw/install.txt

View File

@@ -28,9 +28,9 @@
/* NB: this file is parsed by automatic tools so don't change its format! */ /* NB: this file is parsed by automatic tools so don't change its format! */
#define wxMAJOR_VERSION 2 #define wxMAJOR_VERSION 2
#define wxMINOR_VERSION 8 #define wxMINOR_VERSION 8
#define wxRELEASE_NUMBER 2 #define wxRELEASE_NUMBER 3
#define wxSUBRELEASE_NUMBER 0 #define wxSUBRELEASE_NUMBER 0
#define wxVERSION_STRING _T("wxWidgets 2.8.2") #define wxVERSION_STRING _T("wxWidgets 2.8.3")
/* nothing to update below this line when updating the version */ /* nothing to update below this line when updating the version */
/* ---------------------------------------------------------------------------- */ /* ---------------------------------------------------------------------------- */

View File

@@ -1,7 +1,7 @@
%define pref /usr %define pref /usr
%define ver 2.8.2 %define ver 2.8.3
%define ver2 2.8 %define ver2 2.8
%define rel 2 %define rel 3
# Configurable settings (use --with(out) unicode on rpmbuild command line): # Configurable settings (use --with(out) unicode on rpmbuild command line):
%define unicode 0 %define unicode 0

View File

@@ -1,7 +1,7 @@
%define _prefix /usr %define _prefix /usr
%define ver 2.8.2 %define ver 2.8.3
%define ver2 2.8 %define ver2 2.8
%define rel 2 %define rel 3
# Configurable settings (use --with(out) {unicode,gtk2} on rpmbuild cmd line): # Configurable settings (use --with(out) {unicode,gtk2} on rpmbuild cmd line):
%define unicode 1 %define unicode 1

View File

@@ -1,7 +1,7 @@
%define pref /usr %define pref /usr
%define ver 2.8.2 %define ver 2.8.3
%define ver2 2.8 %define ver2 2.8
%define rel 2 %define rel 3
Summary: The SciTech MGL port of the wxWindows library Summary: The SciTech MGL port of the wxWindows library
Name: wxMGL Name: wxMGL

View File

@@ -1,7 +1,7 @@
%define pref /usr %define pref /usr
%define ver 2.8.2 %define ver 2.8.3
%define ver2 2.8 %define ver2 2.8
%define rel 2 %define rel 3
%define portname motif %define portname motif
%define name wx-%{portname} %define name wx-%{portname}

View File

@@ -1,7 +1,7 @@
%define pref /usr %define pref /usr
%define ver 2.8.2 %define ver 2.8.3
%define ver2 2.8 %define ver2 2.8
%define rel 2 %define rel 3
# Configurable settings (use --with(out) unicode on rpmbuild cmd line): # Configurable settings (use --with(out) unicode on rpmbuild cmd line):
%define unicode 0 %define unicode 0