Skip to content

Commit

Permalink
Clear version flags for release
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinD42 committed Jan 5, 2019
1 parent da80b2c commit edefe4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildtools/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
VER_MINOR = 0
VER_RELEASE = 4

VER_FLAGS = "rc1" # wxPython release flags
VER_FLAGS = "" # wxPython release flags

# The VER_FLAGS value is appended to the version number constructed from the
# first 3 components and should be set according to the following patterns.
Expand Down
2 changes: 1 addition & 1 deletion demo/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# This file was generated by wxPython's wscript.

VERSION_STRING = '4.0.4rc1'
VERSION_STRING = '4.0.4'

0 comments on commit edefe4d

Please sign in to comment.