]> git.saurik.com Git - wxWidgets.git/commitdiff
Updated preview version number
authorRobin Dunn <robin@alldunn.com>
Sun, 18 Jan 2004 00:14:50 +0000 (00:14 +0000)
committerRobin Dunn <robin@alldunn.com>
Sun, 18 Jan 2004 00:14:50 +0000 (00:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25222 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/setup.py
wxPython/src/__version__.py

index 1d32c65c86f6fe46397cde3bb813dd6d67598dca..8bb5d32347641e67d60a3b38a5731156c1e8e64e 100755 (executable)
@@ -17,7 +17,7 @@ VER_MAJOR        = 2      # The first three must match wxWindows
 VER_MINOR        = 5
 VER_RELEASE      = 1
 VER_SUBREL       = 0      # wxPython release num for x.y.z release of wxWindows
-VER_FLAGS        = "p6"   # release flags, such as prerelease num, unicode, etc.
+VER_FLAGS        = "p7"   # release flags, such as prerelease num, unicode, etc.
 
 DESCRIPTION      = "Cross platform GUI toolkit for Python"
 AUTHOR           = "Robin Dunn"
index 2fe15b14aded063be80e16e9b0dcab161b4bb500..1d0152573ed40e12266b65ef10213647e72d9726 100644 (file)
@@ -1,12 +1,12 @@
 # This file was generated by setup.py...
 
-VERSION_STRING  = '2.5.1.0p6'
+VERSION_STRING  = '2.5.1.0p7'
 MAJOR_VERSION   = 2
 MINOR_VERSION   = 5
 RELEASE_VERSION = 1
 SUBREL_VERSION  = 0
 
 VERSION = (MAJOR_VERSION, MINOR_VERSION, RELEASE_VERSION,
-             SUBREL_VERSION, 'p6')
+             SUBREL_VERSION, 'p7')
 
 RELEASE_NUMBER = RELEASE_VERSION  # for compatibility