Skip to content

Commit

Permalink
Update AUTHORS and configure.ac
Browse files Browse the repository at this point in the history
AUTHORS now references readme.md for the contributor list
and identifies [email protected] 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 unittest-cpp#55.
  • Loading branch information
pjohnmeyer committed Dec 19, 2014
1 parent 59f2f90 commit db37742
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
Noel Llopis ([email protected])
Charles Nicholson ([email protected])
See README.md for the historic contributor list.

But they have been unactive for years.
The maintainer of this fork is Victor Lavaud ([email protected])
The maintainer of UnitTest++ is Patrick Johnmeyer ([email protected]).
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# 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])

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
Expand Down

0 comments on commit db37742

Please sign in to comment.