diff options
author | bteam/mysqldev@mysql.com/production.mysql.com <> | 2006-09-06 17:56:59 +0200 |
---|---|---|
committer | bteam/mysqldev@mysql.com/production.mysql.com <> | 2006-09-06 17:56:59 +0200 |
commit | bd7fefcb780625921c24de6638896ab9b3fe42d5 (patch) | |
tree | 1aa95e712d4ea74b3401b456d61e82c24c0b93ce /configure.in | |
parent | 3a80cee4b2ec2ed861ace7b8e28798248b45d93a (diff) | |
download | mariadb-git-bd7fefcb780625921c24de6638896ab9b3fe42d5.tar.gz |
Raise version number
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 58c19af5a50..4bd3cfea9ee 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.25) +AM_INIT_AUTOMAKE(mysql, 5.0.26) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |