Author: markt
Date: Sun Aug 2 14:13:04 2009
New Revision: 800083
URL: http://svn.apache.org/viewvc?rev=800083&view=rev
Log:
Prep for next release
Modified:
tomcat/build/tc5.5.x/sign.bat
Modified: tomcat/build/tc5.5.x/sign.bat
URL:
http://svn.apache.org/viewvc/tomcat/build/tc5.5.x/sign.bat?rev=800083&r1=800082&r2=800083&view=diff
==============================================================================
--- tomcat/build/tc5.5.x/sign.bat (original)
+++ tomcat/build/tc5.5.x/sign.bat Sun Aug 2 14:13:04 2009
@@ -22,7 +22,7 @@
rem todo - make one for unix as well, and avoid signing the .md5 files
@echo off
-set VERSION=v5.5.25
+set VERSION=v5.5.29
FOR /R %cd%\release\%VERSION% %%i in (*.tar.gz) do (
echo Signing %%i
echo %1|gpg --passphrase-fd 0 -a -b %%i
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]