]> git.saurik.com Git - wxWidgets.git/commitdiff
set version number
authorRobin Dunn <robin@alldunn.com>
Tue, 1 Feb 2000 19:35:14 +0000 (19:35 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 1 Feb 2000 19:35:14 +0000 (19:35 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5789 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/makevc.env
utils/wxPython/distrib/build.py

index e3b18529c74fc99eafc1a2fdc7d79ec83858bb28..936d9941180781848c654840ef1c13d3600a4260 100644 (file)
@@ -8,7 +8,7 @@
 #
 !include <ntwin32.mak>
 
 #
 !include <ntwin32.mak>
 
-WXVERSION=21_12
+WXVERSION=21_13
 WIN95=1
 
 !if "$(WIN95)" == "0"
 WIN95=1
 
 !if "$(WIN95)" == "0"
index 243eef4e9c5acdc22cbf2d78f7927f0fe5628a8c..0002394928ab0f614d053d7dca0a772328a31fcc 100755 (executable)
@@ -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.
 
 # 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'
 
 #----------------------------------------------------------------------------
 
 
 #----------------------------------------------------------------------------