diff options
author | Ralf S. Engelschall <rse@openssl.org> | 1998-12-31 10:36:40 +0100 |
---|---|---|
committer | Ralf S. Engelschall <rse@openssl.org> | 1998-12-31 10:36:40 +0100 |
commit | 9cb0969f657bcc297430fefb9a51e78c52703121 (patch) | |
tree | cabdac8e31b06253239dada3dcb9b8a90726c890 /crypto/dsa/dsa_lib.c | |
parent | Update CHANGES file for latest additions (diff) | |
download | openssl-9cb0969f657bcc297430fefb9a51e78c52703121.tar.xz openssl-9cb0969f657bcc297430fefb9a51e78c52703121.zip |
Fix version stuff:
1. The already released version was 0.9.1c and not 0.9.1b
2. The next release should be 0.9.2 and not 0.9.1d, because
first the changes are already too large, second we should avoid any more
0.9.1x confusions and third, the Apache version semantics of
VERSION.REVISION.PATCHLEVEL for the version string is reasonable (and here
.2 is already just a patchlevel and not major change).
tVS: ----------------------------------------------------------------------
Diffstat (limited to 'crypto/dsa/dsa_lib.c')
-rw-r--r-- | crypto/dsa/dsa_lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/dsa/dsa_lib.c b/crypto/dsa/dsa_lib.c index 9f120ad80a..fb91ef2a6e 100644 --- a/crypto/dsa/dsa_lib.c +++ b/crypto/dsa/dsa_lib.c @@ -64,7 +64,7 @@ #include "dsa.h" #include "asn1.h" -char *DSA_version="DSA part of OpenSSL 0.9.1c 23-Dec-1998"; +char *DSA_version="DSA part of OpenSSL 0.9.2 31-Dec-1998"; DSA *DSA_new() { |