diff options
author | timothy.smith@sun.com <> | 2009-07-21 19:50:50 +0200 |
---|---|---|
committer | MySQL Build Team <build@mysql.com> | 2009-07-21 19:50:50 +0200 |
commit | 8bb24383f6200402f0114238c8c5e74fd50ce6b6 (patch) | |
tree | 36bf021ca13c23d37a60b6f5427e8395bc18cefc | |
parent | ea603044d89d67bd97534112d9f40b7555152962 (diff) | |
download | mariadb-git-8bb24383f6200402f0114238c8c5e74fd50ce6b6.tar.gz |
Set version number for mysql-5.0.82sp1 release
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index e4d7e0975d9..f27fb4c8f65 100644 --- a/configure.in +++ b/configure.in @@ -7,7 +7,7 @@ AC_INIT(sql/mysqld.cc) AC_CANONICAL_SYSTEM # The Docs Makefile.am parses this line! # remember to also change ndb version below and update version.c in ndb -AM_INIT_AUTOMAKE(mysql, 5.0.82) +AM_INIT_AUTOMAKE(mysql, 5.0.82sp1) AM_CONFIG_HEADER([include/config.h:config.h.in]) PROTOCOL_VERSION=10 |