diff options
author | unknown <georg@lmy002.wdf.sap.corp> | 2005-07-16 00:23:33 +0200 |
---|---|---|
committer | unknown <georg@lmy002.wdf.sap.corp> | 2005-07-16 00:23:33 +0200 |
commit | a6274dde40f30f462604b0a7027a65cf776a324e (patch) | |
tree | d4b7a34effd7a1427486a6c66f4f735405463a45 /configure.in | |
parent | d49ddbd70548ce348fde81bcecc9ebbe11fa0704 (diff) | |
download | mariadb-git-a6274dde40f30f462604b0a7027a65cf776a324e.tar.gz |
fix for bug#11893
increased version number for shared lib to 15
configure.in:
increased shared lib version number to 15.0.0
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 21494999ca4..59a87c8705a 100644 --- a/configure.in +++ b/configure.in @@ -12,7 +12,7 @@ AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 DOT_FRM_VERSION=6 # See the libtool docs for information on how to do shared lib versions. -SHARED_LIB_VERSION=14:0:0 +SHARED_LIB_VERSION=15:0:0 # ndb version NDB_VERSION_MAJOR=5 |