diff options
Diffstat (limited to 'openssl/update-snapshot.sh')
-rwxr-xr-x | openssl/update-snapshot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openssl/update-snapshot.sh b/openssl/update-snapshot.sh index 74ae157d..02e51b89 100755 --- a/openssl/update-snapshot.sh +++ b/openssl/update-snapshot.sh @@ -4,7 +4,7 @@ # Fetch today's OpenSSL snapshot and do everything needed to make it # the current code other than the svn commit. -version="SNAP-$(date +%Y%m%d)" +version="1.0.0-stable-SNAP-$(date +%Y%m%d)" tarball="openssl-${version}.tar.gz" |