Bump version for release

o Bump minor version for release
o Update maintainer email address
o Change to tar.xz for archive distribution

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
Joachim Nilsson
2013-07-08 17:01:57 +02:00
parent 33ffb150f2
commit 7330f21c28
5 changed files with 35 additions and 28 deletions

View File

@@ -1,6 +1,6 @@
# Minix libeditline -*- Autoconf -*-
#
# Copyright (c) 2008-2010 Joachim Nilsson <troglobit()vmlinux!org>
# Copyright (c) 2008-2013 Joachim Nilsson <troglobit()gmail!com>
#
# Process this file with autoconf to produce a configure script.
#
@@ -13,13 +13,13 @@
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
AC_PREREQ(2.61)
AC_INIT(editline, 1.14.0, troglobit@vmlinux.org)
AC_INIT(editline, 1.14.1, troglobit@gmail.com)
AC_CONFIG_SRCDIR([src/editline.c])
AC_CONFIG_HEADER([config.h])
AC_CONFIG_MACRO_DIR([m4])
# Prepare automake
AM_INIT_AUTOMAKE([dist-bzip2 dist-lzma])
AM_INIT_AUTOMAKE([no-dist-gzip dist-xz])
# Silent "kernel" style build from automake 1.11 and later.
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])