diff options
author | unknown <monty@mashka.mysql.fi> | 2003-01-04 18:19:48 +0200 |
---|---|---|
committer | unknown <monty@mashka.mysql.fi> | 2003-01-04 18:19:48 +0200 |
commit | 79fba6da8f099566bbf711b592aab60909b1f66d (patch) | |
tree | ca2fcf3613a837b4cdbd97b7fd1f18441e24dbbc /configure.in | |
parent | 1a80c06b3e6f580152292fd3f564f734898eee74 (diff) | |
download | mariadb-git-79fba6da8f099566bbf711b592aab60909b1f66d.tar.gz |
Changed shared lib version to 12 as some structures has changed
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 195cf6be4e1..9e3a8ffc516 100644 --- a/configure.in +++ b/configure.in @@ -10,7 +10,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=11:0:0 +SHARED_LIB_VERSION=12:0:0 # Set all version vars based on $VERSION. How do we do this more elegant ? # Remember that regexps needs to quote [ and ] since this is run through m4 |