Changed some version numbers to 2.5.2
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26063 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
6d7dec7bfc
commit
5088af155b
@ -17,7 +17,7 @@ dnl ---------------------------------------------------------------------------
|
||||
dnl initialization
|
||||
dnl ---------------------------------------------------------------------------
|
||||
|
||||
AC_INIT([wxWindows], [2.5.1], [wx-dev@lists.wxwindows.org])
|
||||
AC_INIT([wxWindows], [2.5.2], [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=1
|
||||
WX_RELEASE_NUMBER=2
|
||||
|
||||
WX_VERSION=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER.$WX_RELEASE_NUMBER
|
||||
WX_RELEASE=$WX_MAJOR_VERSION_NUMBER.$WX_MINOR_VERSION_NUMBER
|
||||
|
@ -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 1
|
||||
#define wxVERSION_STRING _T("wxWindows 2.5.1")
|
||||
#define wxRELEASE_NUMBER 2
|
||||
#define wxVERSION_STRING _T("wxWindows 2.5.2")
|
||||
|
||||
/* nothing to update below this line when updating the version */
|
||||
/* ---------------------------------------------------------------------------- */
|
||||
|
@ -1,5 +1,5 @@
|
||||
%define pref /usr
|
||||
%define ver 2.5.1
|
||||
%define ver 2.5.2
|
||||
%define ver2 2.5
|
||||
%define rel 1
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
%define pref /usr
|
||||
%define ver 2.5.1
|
||||
%define ver 2.5.2
|
||||
%define ver2 2.5
|
||||
%define rel 1
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
%define pref /usr
|
||||
%define ver 2.5.1
|
||||
%define ver 2.5.2
|
||||
%define ver2 2.5
|
||||
%define rel 1
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
# Note that this is NOT a relocatable package
|
||||
%define pref /usr
|
||||
%define ver 2.5.1
|
||||
%define ver 2.5.2
|
||||
%define ver2 2.5
|
||||
%define rel 1
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Note that this is NOT a relocatable package
|
||||
%define pref /usr
|
||||
%define ver 2.5.1
|
||||
%define ver 2.5.2
|
||||
%define rel 1
|
||||
|
||||
Summary: The WINE port of the wxWindows library
|
||||
|
@ -1,5 +1,5 @@
|
||||
%define pref /usr
|
||||
%define ver 2.5.1
|
||||
%define ver 2.5.2
|
||||
%define ver2 2.5
|
||||
%define rel 1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user