From 327b382e1ecf792e2c2ab38d9b9d1a64895ef6bf Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 3 Mar 2004 23:40:24 +0000 Subject: [PATCH] Put version numbers back to 2.5.1 until 2.5.2 is imminent git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26077 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure.in | 4 ++-- include/wx/version.h | 4 ++-- wxBase.spec | 2 +- wxGTK.spec | 2 +- wxMGL.spec | 2 +- wxMotif.spec | 2 +- wxWINE.spec | 2 +- wxX11.spec | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/configure.in b/configure.in index 6e79574704..90360b5c6c 100644 --- a/configure.in +++ b/configure.in @@ -17,7 +17,7 @@ dnl --------------------------------------------------------------------------- dnl initialization dnl --------------------------------------------------------------------------- -AC_INIT([wxWindows], [2.5.2], [wx-dev@lists.wxwindows.org]) +AC_INIT([wxWindows], [2.5.1], [wx-dev@lists.wxwindows.org]) dnl the file passed to AC_CONFIG_SRCDIR should be specific to our package AC_CONFIG_SRCDIR([wx-config.in]) @@ -55,7 +55,7 @@ dnl libwx_$(TOOLKIT)-$(WX_RELEASE).so.$(WX_CURRENT).$(WX_REVISION).$(WX_AGE) WX_MAJOR_VERSION_NUMBER=2 WX_MINOR_VERSION_NUMBER=5 -WX_RELEASE_NUMBER=2 +WX_RELEASE_NUMBER=1 WX_VERSION=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER.$WX_RELEASE_NUMBER WX_RELEASE=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER diff --git a/include/wx/version.h b/include/wx/version.h index 80416200ab..18d2ad26cc 100644 --- a/include/wx/version.h +++ b/include/wx/version.h @@ -21,8 +21,8 @@ /* so don't change its format too much or they could break */ #define wxMAJOR_VERSION 2 #define wxMINOR_VERSION 5 -#define wxRELEASE_NUMBER 2 -#define wxVERSION_STRING _T("wxWindows 2.5.2") +#define wxRELEASE_NUMBER 1 +#define wxVERSION_STRING _T("wxWidgets 2.5.1") /* nothing to update below this line when updating the version */ /* ---------------------------------------------------------------------------- */ diff --git a/wxBase.spec b/wxBase.spec index c25ce9ccec..efeded2f2e 100644 --- a/wxBase.spec +++ b/wxBase.spec @@ -1,5 +1,5 @@ %define pref /usr -%define ver 2.5.2 +%define ver 2.5.1 %define ver2 2.5 %define rel 1 diff --git a/wxGTK.spec b/wxGTK.spec index 9feae16780..00bc8e6af2 100644 --- a/wxGTK.spec +++ b/wxGTK.spec @@ -1,5 +1,5 @@ %define pref /usr -%define ver 2.5.2 +%define ver 2.5.1 %define ver2 2.5 %define rel 1 diff --git a/wxMGL.spec b/wxMGL.spec index 8a4b1d9d30..ac43b5fd70 100644 --- a/wxMGL.spec +++ b/wxMGL.spec @@ -1,5 +1,5 @@ %define pref /usr -%define ver 2.5.2 +%define ver 2.5.1 %define ver2 2.5 %define rel 1 diff --git a/wxMotif.spec b/wxMotif.spec index 9beaab3d04..018854d604 100644 --- a/wxMotif.spec +++ b/wxMotif.spec @@ -3,7 +3,7 @@ # Note that this is NOT a relocatable package %define pref /usr -%define ver 2.5.2 +%define ver 2.5.1 %define ver2 2.5 %define rel 1 diff --git a/wxWINE.spec b/wxWINE.spec index 374f186c87..5da1a5827a 100644 --- a/wxWINE.spec +++ b/wxWINE.spec @@ -1,6 +1,6 @@ # Note that this is NOT a relocatable package %define pref /usr -%define ver 2.5.2 +%define ver 2.5.1 %define rel 1 Summary: The WINE port of the wxWindows library diff --git a/wxX11.spec b/wxX11.spec index 45e17cf1f9..b5b2f6a175 100644 --- a/wxX11.spec +++ b/wxX11.spec @@ -1,5 +1,5 @@ %define pref /usr -%define ver 2.5.2 +%define ver 2.5.1 %define ver2 2.5 %define rel 1 -- 2.45.2