configure.in:

Changed version to 5.1.3


configure.in:
  Changed version to 5.1.3
sql/Makefile.am:
  Added authors.h
This commit is contained in:
unknown 2005-11-23 01:09:13 +01:00
commit 8acbdf7016
2 changed files with 2 additions and 3 deletions

View file

@ -6,8 +6,7 @@ AC_PREREQ(2.52)dnl Minimum Autoconf version required.
AC_INIT(sql/mysqld.cc)
AC_CANONICAL_SYSTEM
# The Docs Makefile.am parses this line!
# Don't forget to also update the NDB lines below.
AM_INIT_AUTOMAKE(mysql, 5.1.2-alpha)
AM_INIT_AUTOMAKE(mysql, 5.1.3-alpha)
AM_CONFIG_HEADER(config.h)
PROTOCOL_VERSION=10

View file

@ -62,7 +62,7 @@ noinst_HEADERS = item.h item_func.h item_sum.h item_cmpfunc.h \
sp_head.h sp_pcontext.h sp_rcontext.h sp.h sp_cache.h \
parse_file.h sql_view.h sql_trigger.h \
sql_array.h sql_cursor.h \
sql_plugin.h
sql_plugin.h authors.h
mysqld_SOURCES = sql_lex.cc sql_handler.cc sql_partition.cc \
item.cc item_sum.cc item_buff.cc item_func.cc \
item_cmpfunc.cc item_strfunc.cc item_timefunc.cc \