summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bzrignore1
-rw-r--r--configure.in2
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