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