Update AUTHORS and configure.ac

AUTHORS now references readme.md for the contributor list
and identifies pjohnmeyer@gmail.com as the maintainer.

configure.ac was modified to version 1.4.1 to differentiate
between 1.4 and HEAD, and to prepare for the upcoming 1.5.

Fixes #55.
This commit is contained in:
Patrick Johnmeyer 2014-12-19 11:51:26 -06:00
parent 59f2f901a3
commit db377423a3
2 changed files with 4 additions and 6 deletions

View file

@ -1,5 +1,3 @@
Noel Llopis (llopis@convexhull.com)
Charles Nicholson (charles.nicholson@gmail.com)
See README.md for the historic contributor list.
But they have been unactive for years.
The maintainer of this fork is Victor Lavaud (victor.lavaud@gmail.com)
The maintainer of UnitTest++ is Patrick Johnmeyer (pjohnmeyer@gmail.com).

View file

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
AC_INIT([UnitTest++], [1.4], [victor.lavaud@gmail.com])
AC_INIT([UnitTest++], [1.4.1], [pjohnmeyer@gmail.com])
AC_CONFIG_SRCDIR([UnitTest++/TestDetails.cpp])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])
@ -10,7 +10,7 @@ AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign])
LT_INIT()
AC_SUBST([LIBUNITTEST_SO_VERSION], [1:4:0])
AC_SUBST([LIBUNITTEST_SO_VERSION], [1:4:1])
# Checks for programs.
AC_PROG_CXX