summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-03-20 07:22:47 +0000
committerRichard Levitte <levitte@openssl.org>2000-03-20 07:22:47 +0000
commit3cf4f5d05eb90edcbe71f20fafd2721ebcf0c72e (patch)
treee5f1f130bf0904b56965906655722a827c14ab29 /crypto/opensslv.h
parenta1a96e54a4177afb9e4d4cfa3fa91507a341d0bb (diff)
Change the version text, it's time to release the first beta of 0.9.5a.
Diffstat (limited to 'crypto/opensslv.h')
-rw-r--r--crypto/opensslv.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index d6429e2ad5..6c0be4853c 100644
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -7,9 +7,9 @@
* 1 to 14, and f for release. The patch level is exactly that.
* For example:
* 0.9.3-dev 0x00903000
- * 0.9.3beta1 0x00903001
- * 0.9.3beta2-dev 0x00903002
- * 0.9.3beta2 0x00903002 (same as ...beta2-dev)
+ * 0.9.3-beta1 0x00903001
+ * 0.9.3-beta2-dev 0x00903002
+ * 0.9.3-beta2 0x00903002 (same as ...beta2-dev)
* 0.9.3 0x0090300f
* 0.9.3a 0x0090301f
* 0.9.4 0x0090400f
@@ -26,7 +26,7 @@
* major minor fix final patch/beta)
*/
#define OPENSSL_VERSION_NUMBER 0x00905811L
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.5a beta1 (dev) 18 Mar 2000"
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.5a-beta1 20 Mar 2000"
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
#endif /* HEADER_OPENSSLV_H */