Skip to content

Commit 36c424d

Browse files
committed
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.
1 parent d2495be commit 36c424d

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

AUTHORS

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
Noel Llopis (llopis@convexhull.com)
2-
Charles Nicholson (charles.nicholson@gmail.com)
1+
See README.md for the historic contributor list.
32

4-
But they have been unactive for years.
5-
The maintainer of this fork is Victor Lavaud (victor.lavaud@gmail.com)
3+
The maintainer of UnitTest++ is Patrick Johnmeyer (pjohnmeyer@gmail.com).

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([UnitTest++], [1.4], [victor.lavaud@gmail.com])
5+
AC_INIT([UnitTest++], [1.4.1], [pjohnmeyer@gmail.com])
66
AC_CONFIG_SRCDIR([UnitTest++/TestDetails.cpp])
77
AC_CONFIG_MACRO_DIR([m4])
88
AC_CONFIG_HEADERS([config.h])
99

1010
AM_INIT_AUTOMAKE([foreign])
1111
LT_INIT()
1212

13-
AC_SUBST([LIBUNITTEST_SO_VERSION], [1:4:0])
13+
AC_SUBST([LIBUNITTEST_SO_VERSION], [1:4:1])
1414

1515
# Checks for programs.
1616
AC_PROG_CXX

0 commit comments

Comments
 (0)