From db377423a37a3540cb35707cc0b3b922a10946fd Mon Sep 17 00:00:00 2001 From: Patrick Johnmeyer Date: Fri, 19 Dec 2014 11:51:26 -0600 Subject: [PATCH] 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. --- AUTHORS | 6 ++---- configure.ac | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/AUTHORS b/AUTHORS index 1bebc1c..ea32dd9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -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). diff --git a/configure.ac b/configure.ac index b486107..6bdb316 100644 --- a/configure.ac +++ b/configure.ac @@ -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