diff options
author | Rob Austein <sra@hactrn.net> | 2011-04-27 16:56:27 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-04-27 16:56:27 +0000 |
commit | 54508fc9c55fc751d3f0286fe13858793753c243 (patch) | |
tree | 755623af170e5334f60edf20b62d406851a34802 /openssl/update-snapshot.sh | |
parent | 744ec2cb899c6237d70c1126dc4295f86f69ca73 (diff) |
Upgrade OpenSSL to 1.0.0d
svn path=/openssl/Makefile.in; revision=3794
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 a6bba9f8..888f7248 100755 --- a/openssl/update-snapshot.sh +++ b/openssl/update-snapshot.sh @@ -6,7 +6,7 @@ #version="1.0.0-stable-SNAP-$(date +%Y%m%d)" -version="1.0.0b" +version="1.0.0d" tarball="openssl-${version}.tar.gz" |