File tree Expand file tree Collapse file tree 3 files changed +12
-6
lines changed Expand file tree Collapse file tree 3 files changed +12
-6
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.4 ) ###
33
+ ### Latest release (v1.5.0 ) ###
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.4
39
+ git checkout v1.5.0
40
40
41
41
Via svn:
42
42
43
- svn checkout https://github.com/unittest-cpp/unittest-cpp/tags/v1.4 unittest-cpp
43
+ svn checkout https://github.com/unittest-cpp/unittest-cpp/tags/v1.5.0 unittest-cpp
44
44
45
45
License
46
46
---------
@@ -77,6 +77,12 @@ Contributors
77
77
Historic release notes
78
78
----------------------
79
79
80
+ ### Version 1.5 (2015-11-04) ###
81
+ - Visual Studio 2015 support
82
+ - CMake-based build management
83
+ - Integration of SourceForge and Google Code versions of the project
84
+ - [ Full List] ( https://github.com/unittest-cpp/unittest-cpp/issues?q=is%3Aissue+is%3Aclosed+milestone%3A1.5.0 )
85
+
80
86
### Version 1.4 (2008-10-30) ###
81
87
- CHECK macros work at arbitrary stack depth from inside TESTs.
82
88
- Remove obsolete TEST_UTILITY macros
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.4.1 ] , [ pjohnmeyer@gmail.com] )
5
+ AC_INIT ( [ UnitTest++] , [ 1.5.0 ] , [ 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] )
@@ -12,7 +12,7 @@ AM_CONDITIONAL([WINDOWS],
12
12
[ test "${host#*mingw}" != "${host}" -o "${host#*msvc}" != "${host}"] )
13
13
LT_INIT()
14
14
15
- AC_SUBST ( [ LIBUNITTEST_SO_VERSION] , [ 1:4:1 ] )
15
+ AC_SUBST ( [ LIBUNITTEST_SO_VERSION] , [ 1:5:0 ] )
16
16
17
17
# Checks for programs.
18
18
AC_PROG_CXX
You can’t perform that action at this time.
0 commit comments