one final nit


git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc5.5.x/trunk@1228320 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/build/sign.bat b/build/sign.bat
index f071f51..c959bac 100755
--- a/build/sign.bat
+++ b/build/sign.bat
@@ -20,7 +20,7 @@
 rem sign all the files in the release directory
 
 @echo off
-set VERSION=v5.5.30
+set VERSION=v5.5.35
 FOR /R %cd%\release\%VERSION% %%i in (*.tar.gz) do (
   echo Signing %%i
   echo %1|gpg --passphrase-fd 0 -a -b %%i 
diff --git a/build/sign.sh b/build/sign.sh
index 1b0dc38..746e068 100755
--- a/build/sign.sh
+++ b/build/sign.sh
@@ -19,7 +19,7 @@
 # sign all the files in the release directory
 
 
-VERSION=v5.5.30
+VERSION=v5.5.35
 cd $VERSION
 for i in *.tar.gz *.exe *.zip
 do