Skip to content

Commit

Permalink
Bump version number for eventual next release
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinD42 committed Apr 24, 2020
1 parent 35e0b9c commit b7f544d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildtools/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
# version numbers.
VER_MAJOR = 4
VER_MINOR = 1
VER_RELEASE = 0
VER_RELEASE = 1

VER_FLAGS = "" # wxPython release flags
VER_FLAGS = "a1" # 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

0 comments on commit b7f544d

Please sign in to comment.