summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVlad Glagolev2010-04-17 11:46:20 +0400
committerArwed von Merkatz2010-04-17 11:07:44 +0200
commit4238a6e0b13f978b7119882e194adcc62871eeb6 (patch)
tree778a89d7a48113a55153eedde8f9957038350919
parentc47d8791de9aa23d1a12a4ed13224cf24f8df7d8 (diff)
openssl: actually PATCHLEVEL++ for 1.0
(cherry picked from commit f0fbb3ab2e94f68e4f8c57d2af06da8d1836f1bb)
-rwxr-xr-xcrypto/openssl/DETAILS2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/openssl/DETAILS b/crypto/openssl/DETAILS
index 21a6282d94..ae4e484806 100755
--- a/crypto/openssl/DETAILS
+++ b/crypto/openssl/DETAILS
@@ -10,7 +10,7 @@ case $OPENSSL_BRANCH in
;;
1.0)
VERSION=1.0.0
- PATCHLEVEL=1
+ PATCHLEVEL=2
;;
esac