diff options
author | unknown <joerg/mysqldev@mysql.com/production.mysql.com> | 2007-01-18 16:41:32 +0100 |
---|---|---|
committer | unknown <joerg/mysqldev@mysql.com/production.mysql.com> | 2007-01-18 16:41:32 +0100 |
commit | 7b2b2231a2df30198eb5dd4a35f7270dec5e5468 (patch) | |
tree | 6856070c38ea67eed20b1e913ff118ead32077fb | |
parent | 489eb9e6b2e6ef64ef618faed51e5cc7a49f7919 (diff) | |
download | mariadb-git-7b2b2231a2df30198eb5dd4a35f7270dec5e5468.tar.gz |
Raise version number after cloning 4.0.29
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index a5b1d4f7277..a59f1e30ab2 100644 --- a/configure.in +++ b/configure.in @@ -4,7 +4,7 @@ dnl Process this file with autoconf to produce a configure script. AC_INIT(sql/mysqld.cc) AC_CANONICAL_SYSTEM # The Docs Makefile.am parses this line! -AM_INIT_AUTOMAKE(mysql, 4.0.29) +AM_INIT_AUTOMAKE(mysql, 4.0.30) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |