diff --git a/configure b/configure index 5966c74f76..a1ab9b7f08 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.in b/configure.in index 8455bbd988..bec7e829c1 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/docs/gtk/changes.txt b/docs/gtk/changes.txt index 8afa17d42e..99ed84b4e8 100644 --- a/docs/gtk/changes.txt +++ b/docs/gtk/changes.txt @@ -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 diff --git a/docs/gtk/readme.txt b/docs/gtk/readme.txt index 44dbddac2d..0c3dc55247 100644 --- a/docs/gtk/readme.txt +++ b/docs/gtk/readme.txt @@ -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. diff --git a/include/wx/version.h b/include/wx/version.h index 77e1bbf05a..812786990c 100644 --- a/include/wx/version.h +++ b/include/wx/version.h @@ -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) diff --git a/wxGTK.spec b/wxGTK.spec index 96b3e376c4..027ecb7fbc 100644 --- a/wxGTK.spec +++ b/wxGTK.spec @@ -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