diff options
author | unknown <lenz@mysql.com> | 2005-05-24 15:14:21 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2005-05-24 15:14:21 +0200 |
commit | 3b3cd242a01407866a6a3efe6120ab14a944aab0 (patch) | |
tree | 84b4340317ad97e15b694cb44467ff3915e1cc4e /configure.in | |
parent | 4a80acecea64a83b9968ef9de2c2c059eff76273 (diff) | |
download | mariadb-git-3b3cd242a01407866a6a3efe6120ab14a944aab0.tar.gz |
- bumped up version number string to 4.1.12a
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 52f368f0c2d..15e6e42138c 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,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, 4.1.12) +AM_INIT_AUTOMAKE(mysql, 4.1.12a) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |