diff options
author | unknown <brian@avenger.(none)> | 2004-08-23 12:28:28 -0700 |
---|---|---|
committer | unknown <brian@avenger.(none)> | 2004-08-23 12:28:28 -0700 |
commit | 8dd14b45e3261f46f3d028fe3c73dc75e056430b (patch) | |
tree | 83446ed90f378b894f9dde85d26101a65a5fb053 /configure.in | |
parent | a9372bb3667552113f54a828386877a663ebacd6 (diff) | |
download | mariadb-git-8dd14b45e3261f46f3d028fe3c73dc75e056430b.tar.gz |
Changing version information.
configure.in:
Update for gamma status.
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 664ffd2a4a1..91e9b7db7a2 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.1.4-beta) +AM_INIT_AUTOMAKE(mysql, 4.1.4-gamma) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |