From 3761c9334500d7f2d2b89a8a16e68b165511ed83 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 28 Nov 2014 04:47:58 +0000 Subject: [PATCH] Bump version number git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@78203 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- buildtools/version.py | 2 +- demo/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/buildtools/version.py b/buildtools/version.py index 24e889c4..410a7a55 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 = 2 +VER_RELEASE = 3 VER_FLAGS = "" # wxPython release flags # Set the VER_FLAGS component according to the following patterns. These diff --git a/demo/version.py b/demo/version.py index 91c6fcd2..b7e8b3b6 100644 --- a/demo/version.py +++ b/demo/version.py @@ -1,3 +1,3 @@ # This file was generated by Phoenix's wscript. -VERSION_STRING = '3.0.2' +VERSION_STRING = '3.0.3'