Bumped up to 2.1.15.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@6907 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2000-03-22 18:31:28 +00:00
parent 5983e80bae
commit 4fc4819958
6 changed files with 12 additions and 7 deletions

2
configure vendored
View File

@@ -907,7 +907,7 @@ test "$host_alias" != "$target_alias" &&
WX_MAJOR_VERSION_NUMBER=2
WX_MINOR_VERSION_NUMBER=1
WX_RELEASE_NUMBER=14
WX_RELEASE_NUMBER=15
WX_INTERFACE_AGE=0
WX_BINARY_AGE=0

View File

@@ -457,7 +457,7 @@ dnl WX_INTERFACE_AGE = 0
WX_MAJOR_VERSION_NUMBER=2
WX_MINOR_VERSION_NUMBER=1
WX_RELEASE_NUMBER=14
WX_RELEASE_NUMBER=15
WX_INTERFACE_AGE=0
WX_BINARY_AGE=0

View File

@@ -1,3 +1,8 @@
22th March '2000: wxWindows 2.1.15 released
Build fix. RPMs no loner require GTK's include files.
An extra library for the OpenGl class now gets builts
19th March '2000: wxWindows 2.1.14 released
An extra library for the OpenGl class now gets builts

View File

@@ -1,5 +1,5 @@
Welcome to wxWindows/Gtk 2.1.14
Welcome to wxWindows/Gtk 2.1.15
you have downloaded a beta version of the GTK+ 1.2 port of
the wxWindows GUI library. Although this is not yet the
@@ -44,7 +44,7 @@ VERSION OF GTK, WXGTK, WHAT DISTRIBUTION YOU USE AND WHAT ERROR
WAS REPORTED. I know this has no effect, but I tried...
The library produced by the install process will be called
libwx_gtk.a (static) and libwx_gtk-2.1.so.14.0.0 (shared) so
libwx_gtk.a (static) and libwx_gtk-2.1.so.15.0.0 (shared) so
that once a binary incompatible version of wxWindows/Gtk comes
out we'll augment the library version number to avoid linking
problems.

View File

@@ -15,8 +15,8 @@
/* Bump-up with each new version */
#define wxMAJOR_VERSION 2
#define wxMINOR_VERSION 1
#define wxRELEASE_NUMBER 14
#define wxVERSION_STRING "wxWindows 2.1.14"
#define wxRELEASE_NUMBER 15
#define wxVERSION_STRING "wxWindows 2.1.15"
#define wxVERSION_NUMBER (wxMAJOR_VERSION * 1000) + (wxMINOR_VERSION * 100) + wxRELEASE_NUMBER
#define wxBETA_NUMBER 0
#define wxVERSION_FLOAT wxMAJOR_VERSION + (wxMINOR_VERSION/10.0) + (wxRELEASE_NUMBER/100.0) + (wxBETA_NUMBER/10000.0)

View File

@@ -1,6 +1,6 @@
# Note that this is NOT a relocatable package
%define pref /usr
%define ver 2.1.14
%define ver 2.1.15
%define rel 0
Summary: The GTK+ 1.2 port of the wxWindows library