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:
@@ -17,7 +17,7 @@ dnl ---------------------------------------------------------------------------
|
||||
dnl initialization
|
||||
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
|
||||
AC_CONFIG_SRCDIR([wx-config.in])
|
||||
@@ -34,7 +34,7 @@ dnl wx_release_number += 1
|
||||
|
||||
wx_major_version_number=2
|
||||
wx_minor_version_number=8
|
||||
wx_release_number=2
|
||||
wx_release_number=3
|
||||
wx_subrelease_number=0
|
||||
|
||||
WX_RELEASE=$wx_major_version_number.$wx_minor_version_number
|
||||
|
@@ -766,9 +766,9 @@ VENDOR=<your company name>
|
||||
distribute wxWidgets DLLs with your application. Default value is 'custom'.
|
||||
This string is included as part of DLL name. wxWidgets DLLs contain compiler
|
||||
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
|
||||
wxmsw280_core_bcc_mycorp.dll.
|
||||
wxmsw283_core_bcc_mycorp.dll.
|
||||
|
||||
CFG=<configuration name>
|
||||
Sets configuration name so that you can have multiple wxWidgets builds with
|
||||
|
@@ -10,11 +10,12 @@
|
||||
{wx}/configure.in
|
||||
{wx}/*.spec
|
||||
{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/msw/install.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}/distrib/scripts/build-environ.cfg {cvs tar and zip files}
|
||||
|
||||
@@ -33,6 +34,9 @@
|
||||
Version: $Id$
|
||||
|
||||
$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
|
||||
add docs/msw/install.txt
|
||||
|
||||
|
@@ -28,9 +28,9 @@
|
||||
/* NB: this file is parsed by automatic tools so don't change its format! */
|
||||
#define wxMAJOR_VERSION 2
|
||||
#define wxMINOR_VERSION 8
|
||||
#define wxRELEASE_NUMBER 2
|
||||
#define wxRELEASE_NUMBER 3
|
||||
#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 */
|
||||
/* ---------------------------------------------------------------------------- */
|
||||
|
@@ -1,7 +1,7 @@
|
||||
%define pref /usr
|
||||
%define ver 2.8.2
|
||||
%define ver 2.8.3
|
||||
%define ver2 2.8
|
||||
%define rel 2
|
||||
%define rel 3
|
||||
|
||||
# Configurable settings (use --with(out) unicode on rpmbuild command line):
|
||||
%define unicode 0
|
||||
|
@@ -1,7 +1,7 @@
|
||||
%define _prefix /usr
|
||||
%define ver 2.8.2
|
||||
%define ver 2.8.3
|
||||
%define ver2 2.8
|
||||
%define rel 2
|
||||
%define rel 3
|
||||
|
||||
# Configurable settings (use --with(out) {unicode,gtk2} on rpmbuild cmd line):
|
||||
%define unicode 1
|
||||
|
@@ -1,7 +1,7 @@
|
||||
%define pref /usr
|
||||
%define ver 2.8.2
|
||||
%define ver 2.8.3
|
||||
%define ver2 2.8
|
||||
%define rel 2
|
||||
%define rel 3
|
||||
|
||||
Summary: The SciTech MGL port of the wxWindows library
|
||||
Name: wxMGL
|
||||
|
@@ -1,7 +1,7 @@
|
||||
%define pref /usr
|
||||
%define ver 2.8.2
|
||||
%define ver 2.8.3
|
||||
%define ver2 2.8
|
||||
%define rel 2
|
||||
%define rel 3
|
||||
|
||||
%define portname motif
|
||||
%define name wx-%{portname}
|
||||
|
@@ -1,7 +1,7 @@
|
||||
%define pref /usr
|
||||
%define ver 2.8.2
|
||||
%define ver 2.8.3
|
||||
%define ver2 2.8
|
||||
%define rel 2
|
||||
%define rel 3
|
||||
|
||||
# Configurable settings (use --with(out) unicode on rpmbuild cmd line):
|
||||
%define unicode 0
|
||||
|
Reference in New Issue
Block a user