diff options
author | monty@hundin.mysql.fi <> | 2001-09-28 14:34:52 +0300 |
---|---|---|
committer | monty@hundin.mysql.fi <> | 2001-09-28 14:34:52 +0300 |
commit | a99b7e77cdd839a46f90efdab57c9cc843805393 (patch) | |
tree | 271919dac5519ede8d645cc532270560b1a1541d /configure.in | |
parent | e17d59d34ae2189cc3059dd3df3dc5158152327f (diff) | |
download | mariadb-git-a99b7e77cdd839a46f90efdab57c9cc843805393.tar.gz |
Update 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 a67f05d342f..cfdbe51b987 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.42) +AM_INIT_AUTOMAKE(mysql, 3.23.43) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |