diff options
author | unknown <sasha@mysql.sashanet.com> | 2002-02-23 16:08:04 -0700 |
---|---|---|
committer | unknown <sasha@mysql.sashanet.com> | 2002-02-23 16:08:04 -0700 |
commit | 1dd4cf0295fcc176ff4ea314afb4ceb8910792ce (patch) | |
tree | 2b071d1dc28caa3cde7ec82d0616de384d6ed847 /configure.in | |
parent | 9d75160433843f5cf8ddfb11f89df586f7fa99ac (diff) | |
download | mariadb-git-1dd4cf0295fcc176ff4ea314afb4ceb8910792ce.tar.gz |
updated version
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 fc63e3f4082..1971ac65785 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, 3.23.49) +AM_INIT_AUTOMAKE(mysql, 3.23.49a) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |