forked from unittest-cpp/unittest-cpp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1368722
commit b69b63a
Showing
4 changed files
with
13 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
[submodule "docs"] | ||
path = docs | ||
url = https://github.com/unittest-cpp/unittest-cpp.wiki.git | ||
ignore = dirty |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
# Process this file with autoconf to produce a configure script. | ||
|
||
AC_PREREQ([2.69]) | ||
AC_INIT([UnitTest++], [1.5.1], [[email protected]]) | ||
AC_INIT([UnitTest++], [1.6.0], [[email protected]]) | ||
AC_CONFIG_SRCDIR([UnitTest++/TestDetails.cpp]) | ||
AC_CONFIG_MACRO_DIR([m4]) | ||
AC_CONFIG_HEADERS([config.h]) | ||
|
@@ -13,7 +13,7 @@ AM_CONDITIONAL([WINDOWS], | |
[test "${host#*mingw}" != "${host}" -o "${host#*msvc}" != "${host}"]) | ||
LT_INIT() | ||
|
||
AC_SUBST([LIBUNITTEST_SO_VERSION], [1:5:1]) | ||
AC_SUBST([LIBUNITTEST_SO_VERSION], [1:6:0]) | ||
|
||
# Checks for programs. | ||
AC_PROG_CXX | ||
|
Submodule docs
updated
from 8d4ad2 to 14495a