From bd95bd2b4ac89e59f35758c0d59c22d3be050764 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 8 Jul 2014 21:00:08 +0000 Subject: [PATCH] Bump version number git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@76878 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- buildtools/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/buildtools/version.py b/buildtools/version.py index ee7ba80d..24e889c4 100644 --- a/buildtools/version.py +++ b/buildtools/version.py @@ -13,7 +13,7 @@ VER_MAJOR = 3 # The first three must match wxWidgets VER_MINOR = 0 -VER_RELEASE = 1 +VER_RELEASE = 2 VER_FLAGS = "" # wxPython release flags # Set the VER_FLAGS component according to the following patterns. These @@ -40,4 +40,4 @@ VER_FLAGS = "" # wxPython release flags # See also: # # http://pythonhosted.org/setuptools/setuptools.html -# http://www.python.org/dev/peps/pep-0386/ \ No newline at end of file +# http://www.python.org/dev/peps/pep-0386/