]> git.saurik.com Git - wxWidgets.git/commitdiff
use the right number in the tarball filename
authorRobin Dunn <robin@alldunn.com>
Mon, 16 Oct 2006 20:25:14 +0000 (20:25 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 16 Oct 2006 20:25:14 +0000 (20:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42059 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/distrib/makedev.bat

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