Skip to content

Commit

Permalink
Nothing to see here... move along....
Browse files Browse the repository at this point in the history
  • Loading branch information
snhenson committed Mar 28, 2009
1 parent 7f1c086 commit 093f5d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README
@@ -1,5 +1,5 @@

OpenSSL 0.9.9-dev XX xxx XXXX
OpenSSL 1.0.0-dev XX xxx XXXX

Copyright (c) 1998-2008 The OpenSSL Project
Copyright (c) 1995-1998 Eric A. Young, Tim J. Hudson
Expand Down
8 changes: 4 additions & 4 deletions crypto/opensslv.h
Expand Up @@ -25,11 +25,11 @@
* (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
* major minor fix final patch/beta)
*/
#define OPENSSL_VERSION_NUMBER 0x00909000L
#define OPENSSL_VERSION_NUMBER 0x10000000L
#ifdef OPENSSL_FIPS
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.9-fips-dev XX xxx XXXX"
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-fips-dev xx XXX xxxx"
#else
#define OPENSSL_VERSION_TEXT "OpenSSL 0.9.9-dev XX xxx XXXX"
#define OPENSSL_VERSION_TEXT "OpenSSL 1.0.0-dev xx XXX xxxx"
#endif
#define OPENSSL_VERSION_PTEXT " part of " OPENSSL_VERSION_TEXT

Expand Down Expand Up @@ -83,7 +83,7 @@
* should only keep the versions that are binary compatible with the current.
*/
#define SHLIB_VERSION_HISTORY ""
#define SHLIB_VERSION_NUMBER "0.9.9"
#define SHLIB_VERSION_NUMBER "1.0.0"


#endif /* HEADER_OPENSSLV_H */

0 comments on commit 093f5d2

Please sign in to comment.