diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2004-10-05 07:48:51 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2004-10-05 07:48:51 +0000 |
commit | 2f3212910f3486799ae30d83aeba1cdbdc7c992a (patch) | |
tree | e7b396dcc5a12e9f6376e031875de47557fdaa65 /configure.in | |
parent | 9d2c186c5175419d579631d5bc5b1156f339126f (diff) | |
download | mariadb-git-2f3212910f3486799ae30d83aeba1cdbdc7c992a.tar.gz |
last try didnt work
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 97ecb90177d..2df5155ecbb 100644 --- a/configure.in +++ b/configure.in @@ -16,7 +16,7 @@ SHARED_LIB_VERSION=14:0:0 NDB_VERSION_MAJOR=3 NDB_VERSION_MINOR=5 NDB_VERSION_BUILD=2 -NDB_VERSION_STATUS=0 +NDB_VERSION_STATUS="" # 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 |