diff options
Diffstat (limited to 'openssl')
-rw-r--r-- | openssl/Makefile.in | 2 | ||||
-rw-r--r-- | openssl/openssl-1.0.0a.tar.gz | bin | 4015794 -> 0 bytes | |||
-rw-r--r-- | openssl/openssl-1.0.0b.tar.gz | bin | 0 -> 4019360 bytes | |||
-rwxr-xr-x | openssl/update-snapshot.sh | 2 |
4 files changed, 2 insertions, 2 deletions
diff --git a/openssl/Makefile.in b/openssl/Makefile.in index 7e481ee9..c5a92549 100644 --- a/openssl/Makefile.in +++ b/openssl/Makefile.in @@ -15,7 +15,7 @@ # "You are lost in a maze of twisty programs, all broken in different # ways" -VERSION = 1.0.0a +VERSION = 1.0.0b OPENSSL_CONFIG_COMMAND = @OPENSSL_CONFIG_COMMAND@ diff --git a/openssl/openssl-1.0.0a.tar.gz b/openssl/openssl-1.0.0a.tar.gz Binary files differdeleted file mode 100644 index 2c0de7bf..00000000 --- a/openssl/openssl-1.0.0a.tar.gz +++ /dev/null diff --git a/openssl/openssl-1.0.0b.tar.gz b/openssl/openssl-1.0.0b.tar.gz Binary files differnew file mode 100644 index 00000000..d081337b --- /dev/null +++ b/openssl/openssl-1.0.0b.tar.gz diff --git a/openssl/update-snapshot.sh b/openssl/update-snapshot.sh index 063cda73..a6bba9f8 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.0a" +version="1.0.0b" tarball="openssl-${version}.tar.gz" |