8000 Prepare v1.5.1 tag · unittest-cpp/unittest-cpp@5b34768 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5b34768

Browse files
committed
Prepare v1.5.1 tag
1 parent 353d398 commit 5b34768

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ Via svn:
3030

3131
svn checkout https://github.com/unittest-cpp/unittest-cpp/trunk unittest-cpp
3232

33-
### Latest release (v1.5.0) ###
33+
### Latest release (v1.5.1) ###
3434

3535
Via git:
3636

3737
git clone https://github.com/unittest-cpp/unittest-cpp
3838
cd unittest-cpp
39-
git checkout v1.5.0
39+
git checkout v1.5.1
4040

4141
Via svn:
4242

43-
svn checkout https://github.com/unittest-cpp/unittest-cpp/tags/v1.5.0 unittest-cpp
43+
svn checkout https://github.com/unittest-cpp/unittest-cpp/tags/v1.5.1 unittest-cpp
4444

4545
License
4646
---------
@@ -77,6 +77,11 @@ Contributors
7777
Historic release notes
7878
----------------------
7979

80+
### Version 1.5.1 (2016-01-30) ###
81+
- pkg-config support
82+
- Fix for Visual Studio 2010 compilation issue in 1.5.0
83+
- [Full List](https://github.com/unittest-cpp/unittest-cpp/issues?q=milestone%3A1.5.1+)
84+
8085
### Version 1.5 (2015-11-04) ###
8186
- Visual Studio 2015 support
8287
- CMake-based build management

configure.ac

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([UnitTest++], [1.5.0], [pjohnmeyer@gmail.com])
5+
AC_INIT([UnitTest++], [1.5.1], [pjohnmeyer@gmail.com])
66
AC_CONFIG_SRCDIR([UnitTest++/TestDetails.cpp])
77
AC_CONFIG_MACRO_DIR([m4])
88
AC_CONFIG_HEADERS([config.h])
@@ -13,7 +13,7 @@ AM_CONDITIONAL([WINDOWS],
1313
[test "${host#*mingw}" != "${host}" -o "${host#*msvc}" != "${host}"])
1414
LT_INIT()
1515

16-
AC_SUBST([LIBUNITTEST_SO_VERSION], [1:5:0])
16+
AC_SUBST([LIBUNITTEST_SO_VERSION], [1:5:1])
1717

1818
# Checks for programs.
1919
AC_PROG_CXX

0 commit comments

Comments
 (0)
0