Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-02-27 14:07:23 +0300
committerRichard Levitte <levitte@openssl.org>2000-02-27 14:07:23 +0300
commita1a426ea206ffa5ad8aea089f7d70d8d04a3a210 (patch)
tree429358b20fa78f085d07d1c6d63675e281fcf640
parent4f07317ffa0c3d22c324fbc6350dc975cb06a29a (diff)
Change version string to reflect the release of beta 2.OpenSSL_0_9_5beta2
-rw-r--r--crypto/opensslv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index 9b3890e844..2c780b61f5 100644
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -15,7 +15,7 @@
* (Prior to 0.9.3-dev a different scheme was used: 0.9.2b is 0x0922.)
*/
#define OPENSSL_VERSION_NUMBER 0x00905002L
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.5beta2-dev 24 Feb 2000"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.5beta2 27 Feb 2000"
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
#endif /* HEADER_OPENSSLV_H */