Bump version and update ChangeLog for v1.15.0 release.

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson 2015-09-10 13:26:03 +02:00
parent 7abfadd7e6
commit 6ad3cc1df5
2 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@ Change Log
All notable changes to the project are documented in this file. All notable changes to the project are documented in this file.
[1.15.0][] - Not yet released [1.15.0][] - 2015-09-10
----------------------------- -----------------------
### Changes ### Changes
- Add support for `--disable-eof` and `--disable-sigint` to disable - Add support for `--disable-eof` and `--disable-sigint` to disable

View File

@ -13,7 +13,7 @@
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
AC_PREREQ(2.61) AC_PREREQ(2.61)
AC_INIT(editline, 1.15.0-rc1, https://github.com/troglobit/editline/issues) AC_INIT(editline, 1.15.0, https://github.com/troglobit/editline/issues)
AM_INIT_AUTOMAKE([no-dist-gzip dist-xz]) AM_INIT_AUTOMAKE([no-dist-gzip dist-xz])
AM_SILENT_RULES([yes]) AM_SILENT_RULES([yes])