summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Perkin <jperkin@sun.com>2008-06-27 18:13:50 +0200
committermysqldev <mysqldev@production.mysql.com>2008-06-27 18:13:50 +0200
commit2be5c627fc9efaaf0d95ce198975055fcaac7b6d (patch)
treef7e4409d66ce58c2d55fcabd29837afc340d37d0
parent04eef88140312ab5206c6d1b21b58331b1d2c014 (diff)
downloadmariadb-git-2be5c627fc9efaaf0d95ce198975055fcaac7b6d.tar.gz
Try different sp1 suffix for NDB.
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index de0d199af96..695044fc03b 100644
--- a/configure.in
+++ b/configure.in
@@ -23,7 +23,7 @@ NDB_SHARED_LIB_VERSION=$NDB_SHARED_LIB_MAJOR_VERSION:0:0
# ndb version
NDB_VERSION_MAJOR=5
NDB_VERSION_MINOR=0
-NDB_VERSION_BUILD=60sp1
+NDB_VERSION_BUILD=60-sp1
NDB_VERSION_STATUS=""
# Set all version vars based on $VERSION. How do we do this more elegant ?