projects
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c1c96de
)
On seconds thoughts, the version number shoud _never_ decrease.
author
Ben Laurie
<ben@openssl.org>
Thu, 20 May 1999 19:57:53 +0000
(19:57 +0000)
committer
Ben Laurie
<ben@openssl.org>
Thu, 20 May 1999 19:57:53 +0000
(19:57 +0000)
crypto/opensslv.h
patch
|
blob
|
history
diff --git
a/crypto/opensslv.h
b/crypto/opensslv.h
index 1343e8b278d96d2afdf65f1cced7a404d1eddbe7..54ae4105637ad81d2ca0bab1c43b45e882e9916a 100644
(file)
--- a/
crypto/opensslv.h
+++ b/
crypto/opensslv.h
@@
-4,15
+4,17
@@
/* Numeric release version identifier:
* MMNNFFRBB: major minor fix final beta/patch
* For example:
/* Numeric release version identifier:
* MMNNFFRBB: major minor fix final beta/patch
* For example:
- * 0.9.3-dev 0x00903000
- * 0.9.3beta1 0x00903001
- * 0.9.3 0x00903100
- * 0.9.3a 0x00903101
- * 1.2.3z 0x1020311a
+ * 0.9.3-dev 0x00903000
+ * 0.9.3beta1 0x00903001
+ * 0.9.3beta2-dev 0x00903002
+ * 0.9.3beta2 0x00903002
+ * 0.9.3 0x00903100
+ * 0.9.3a 0x00903101
+ * 1.2.3z 0x1020311a
* (Prior to 0.9.3-dev a different scheme was used: 0.9.2b is 0x0922.)
*/
* (Prior to 0.9.3-dev a different scheme was used: 0.9.2b is 0x0922.)
*/
-#define OPENSSL_VERSION_NUMBER 0x0090300
0
L
-#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.3-dev 20 May 1999"
+#define OPENSSL_VERSION_NUMBER 0x0090300
2
L
+#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.3
beta2
-dev 20 May 1999"
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
#endif /* HEADER_OPENSSLV_H */
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT
#endif /* HEADER_OPENSSLV_H */