mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
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:
parent
3fc47df694
commit
8acbdf7016
2 changed files with 2 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue