From ea4a1ed62781358e362c294fdc06320335193d62 Mon Sep 17 00:00:00 2001 From: nanotube Date: Mon, 19 Sep 2005 01:04:05 +0000 Subject: [PATCH] improved version change reminder --- make_all_dist.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/make_all_dist.bat b/make_all_dist.bat index e7c4127..e45806e 100644 --- a/make_all_dist.bat +++ b/make_all_dist.bat @@ -3,6 +3,9 @@ rem *** Used to create dist packages setlocal set VERSION=0.6.0 + +echo %VERSION% +pause "You didnt forget to edit the version, did you? in source file, and in setup.py too!..." rem ***** get rid of all the old files in the build folder rd /S /Q build @@ -15,9 +18,6 @@ pause "done, press key to continue" rem **** rename dist directory to 'pykeylogger' rename "dist" "pykeylogger" -echo %VERSION% -pause "You didnt forget to edit the version, did you? in source file too!..." - copy ".\*.txt" ".\pykeylogger\" "C:\Program Files\WinRAR\WinRAR.exe" a -r "pykeylogger%VERSION%_win32.zip" "pykeylogger" -- 2.45.1