update package builds with more generic version numbers

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11932 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2010-03-10 07:30:22 +00:00
commit ebe21075f9
2 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,7 @@ try:
username = sys.argv[2]
except:
print "Usage: python mkrelease.py version username"
print "where version should be 1.3.x and username is your SF username"
print "where version should be x.y.z and username is your SF username"
sys.exit(1)
print "Looking for rsync"