File tree 2 files changed +10
-5
lines changed
2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -30,17 +30,17 @@ Via svn:
30
30
31
31
svn checkout https://github.com/unittest-cpp/unittest-cpp/trunk unittest-cpp
32
32
33
- ### Latest release (v1.5.0 ) ###
33
+ ### Latest release (v1.5.1 ) ###
34
34
35
35
Via git:
36
36
37
37
git clone https://github.com/unittest-cpp/unittest-cpp
38
38
cd unittest-cpp
39
- git checkout v1.5.0
39
+ git checkout v1.5.1
40
40
41
41
Via svn:
42
42
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
44
44
45
45
License
46
46
---------
@@ -77,6 +77,11 @@ Contributors
77
77
Historic release notes
78
78
----------------------
79
79
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
+
80
85
### Version 1.5 (2015-11-04) ###
81
86
- Visual Studio 2015 support
82
87
- CMake-based build management
Original file line number Diff line number Diff line change 2
2
# Process this file with autoconf to produce a configure script.
3
3
4
4
AC_PREREQ ( [ 2.69] )
5
- AC_INIT ( [ UnitTest++] , [ 1.5.0 ] , [ pjohnmeyer@gmail.com] )
5
+ AC_INIT ( [ UnitTest++] , [ 1.5.1 ] , [ pjohnmeyer@gmail.com] )
6
6
AC_CONFIG_SRCDIR ( [ UnitTest++/TestDetails.cpp] )
7
7
AC_CONFIG_MACRO_DIR ( [ m4] )
8
8
AC_CONFIG_HEADERS ( [ config.h] )
@@ -13,7 +13,7 @@ AM_CONDITIONAL([WINDOWS],
13
13
[ test "${host#*mingw}" != "${host}" -o "${host#*msvc}" != "${host}"] )
14
14
LT_INIT()
15
15
16
- AC_SUBST ( [ LIBUNITTEST_SO_VERSION] , [ 1:5:0 ] )
16
+ AC_SUBST ( [ LIBUNITTEST_SO_VERSION] , [ 1:5:1 ] )
17
17
18
18
# Checks for programs.
19
19
AC_PROG_CXX
You can’t perform that action at this time.
0 commit comments