]> git.saurik.com Git - wxWidgets.git/commitdiff
2.7 --> 2.8
authorRobin Dunn <robin@alldunn.com>
Tue, 21 Nov 2006 03:39:46 +0000 (03:39 +0000)
committerRobin Dunn <robin@alldunn.com>
Tue, 21 Nov 2006 03:39:46 +0000 (03:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43554 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/distrib/makedev.bat

index ced296afb1c4c6c8628e3ccb1bf90fe3fda15e35..85ce3afb0323b41b22894503a07059afe0d5cadf 100755 (executable)
@@ -67,9 +67,9 @@ rem del /sxzy @del-dirs
 rm del-files
 rm del-dirs
 
-rem *** bundle it all up  TODO: don't hard-code the 2.6
-tar cvf ../dist/wxPython2.7-win32-devel-%1.tar wxPython-%1
-bzip2 -9 ../dist/wxPython2.7-win32-devel-%1.tar
+rem *** bundle it all up  TODO: don't hard-code the 2.8
+tar cvf ../dist/wxPython2.8-win32-devel-%1.tar wxPython-%1
+bzip2 -9 ../dist/wxPython2.8-win32-devel-%1.tar
 
 rem *** cleanup
 cd ..