summaryrefslogtreecommitdiffstats
path: root/crypto/opensslv.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-07-31 13:24:26 +0000
committerRichard Levitte <levitte@openssl.org>2002-07-31 13:24:26 +0000
commit6297bcd74cd362664c470b98a50db6aff4128eab (patch)
tree49724abca6e27c0b7c5c1e5bd73162a86e5e426b /crypto/opensslv.h
parentdd7ab82e7577eef5c4f7b6e37487c6d150265835 (diff)
The version of the shared library should, for now, reflect the version
of OpenSSL. Part of PR 181.
Diffstat (limited to 'crypto/opensslv.h')
-rw-r--r--crypto/opensslv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/opensslv.h b/crypto/opensslv.h
index cb21ee381f..e63b275e46 100644
--- a/crypto/opensslv.h
+++ b/crypto/opensslv.h
@@ -79,7 +79,7 @@
* should only keep the versions that are binary compatible with the current.
*/
#define SHLIB_VERSION_HISTORY ""
-#define SHLIB_VERSION_NUMBER "0.9.7"
+#define SHLIB_VERSION_NUMBER "0.9.8"
#endif /* HEADER_OPENSSLV_H */