Fix version stuff:
authorRalf S. Engelschall <rse@openssl.org>
Thu, 31 Dec 1998 09:36:40 +0000 (09:36 +0000)
committerRalf S. Engelschall <rse@openssl.org>
Thu, 31 Dec 1998 09:36:40 +0000 (09:36 +0000)
commit9cb0969f657bcc297430fefb9a51e78c52703121
treecabdac8e31b06253239dada3dcb9b8a90726c890
parent792a90020f78edb2dfa908eb7283dc3aaa8d25f0
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: ----------------------------------------------------------------------
35 files changed:
CHANGES
README
STATUS
crypto/asn1/asn1_lib.c
crypto/bf/bf_ecb.c
crypto/bn/bn_lib.c
crypto/cast/c_ecb.c
crypto/conf/conf.c
crypto/crypto.h
crypto/cversion.c
crypto/des/ecb_enc.c
crypto/dh/dh_lib.c
crypto/dsa/dsa_lib.c
crypto/evp/evp_enc.c
crypto/idea/i_ecb.c
crypto/lhash/lhash.c
crypto/md2/md2_dgst.c
crypto/md5/md5_dgst.c
crypto/pem/pem_lib.c
crypto/rand/md_rand.c
crypto/rc2/rc2_ecb.c
crypto/rc4/rc4_skey.c
crypto/rc5/rc5_ecb.c
crypto/ripemd/rmd_dgst.c
crypto/rsa/rsa_lib.c
crypto/sha/sha1dgst.c
crypto/sha/sha_dgst.c
crypto/stack/stack.c
crypto/txt_db/txt_db.c
crypto/x509/x509_vfy.c
ssl/s23_lib.c
ssl/s2_lib.c
ssl/s3_lib.c
ssl/ssl_lib.c
ssl/t1_lib.c