From: Robin Dunn Date: Tue, 1 Feb 2000 19:35:14 +0000 (+0000) Subject: set version number X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a4bde64fd21e48073d8833de15251c7f012e9752?ds=sidebyside set version number git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5789 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/makevc.env b/src/makevc.env index e3b18529c7..936d994118 100644 --- a/src/makevc.env +++ b/src/makevc.env @@ -8,7 +8,7 @@ # !include -WXVERSION=21_12 +WXVERSION=21_13 WIN95=1 !if "$(WIN95)" == "0" diff --git a/utils/wxPython/distrib/build.py b/utils/wxPython/distrib/build.py index 243eef4e9c..0002394928 100755 --- a/utils/wxPython/distrib/build.py +++ b/utils/wxPython/distrib/build.py @@ -119,7 +119,7 @@ import sys, os, string, getopt # This is really the wxPython version number, and will be placed in the # Makefiles for use with the distribution related targets. -__version__ = '2.1.12' +__version__ = '2.1.13' #----------------------------------------------------------------------------