mirror of
https://github.com/wxWidgets/Phoenix.git
synced 2025-12-16 01:30:07 +01:00
Fix version numbers
This commit is contained in:
@@ -62,5 +62,5 @@ VER_FLAGS = "a1" # wxPython release flags
|
||||
# The version numbers of wxWidgets to be used in the build
|
||||
wxVER_MAJOR = 3
|
||||
wxVER_MINOR = 1
|
||||
wxVER_RELEASE = 0 # only used when wxVER_MINOR is an odd value
|
||||
wxVER_RELEASE = 1 # only used when wxVER_MINOR is an odd value
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# This file was generated by wxPython's wscript.
|
||||
|
||||
VERSION_STRING = '4.0.0'
|
||||
VERSION_STRING = '4.1.0a1'
|
||||
|
||||
Reference in New Issue
Block a user