diff options
author | unknown <lenz@kallisto.local> | 2003-12-04 15:20:44 +0100 |
---|---|---|
committer | unknown <lenz@kallisto.local> | 2003-12-04 15:20:44 +0100 |
commit | 2e939d77dfbfff131a87dbeb30adc5d65393d3bc (patch) | |
tree | 325d60322da97563ec18347f42ff72f557f7025d | |
parent | a7990d0245a15e4b07a53f80dc4079e9f8edfd20 (diff) | |
download | mariadb-git-2e939d77dfbfff131a87dbeb30adc5d65393d3bc.tar.gz |
- Bumped up version number in configure.in 4.1.1-alpha -> 4.1.2-alpha
- tagged ChangeSet 1.1641 as "mysql-4.1.1"
BitKeeper/etc/ignore:
Added INSTALL-WIN-SOURCE to the ignore list
configure.in:
- Bumped up version number: 4.1.1-alpha -> 4.1.2-alpha
-rw-r--r-- | .bzrignore | 1 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.bzrignore b/.bzrignore index e9de6662cb2..7a3629883af 100644 --- a/.bzrignore +++ b/.bzrignore @@ -640,3 +640,4 @@ vio/test-ssl vio/test-sslclient vio/test-sslserver vio/viotest-ssl +INSTALL-WIN-SOURCE diff --git a/configure.in b/configure.in index 88622ececab..f46e48eaa1a 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.1-alpha) +AM_INIT_AUTOMAKE(mysql, 4.1.2-alpha) AM_CONFIG_HEADER(config.h) PROTOCOL_VERSION=10 |