Browse Source

Raise version number after cloning 4.0.29

pull/374/head
unknown 19 years ago
parent
commit
7b2b2231a2
  1. 2
      configure.in

2
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.0.29)
AM_INIT_AUTOMAKE(mysql, 4.0.30)
AM_CONFIG_HEADER(config.h)
PROTOCOL_VERSION=10

Loading…
Cancel
Save