File tree 3 files changed +11
-5
lines changed
3 files changed +11
-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.6.1 ) ###
33
+ ### Latest release (v2.0.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.6.1
39
+ git checkout v2.0.0
40
40
41
41
Via svn:
42
42
43
- svn checkout https://github.com/unittest-cpp/unittest-cpp/tags/v1.6.1 unittest-cpp
43
+ svn checkout https://github.com/unittest-cpp/unittest-cpp/tags/v2.0.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 2.0.0 (2017-01-13) ###
81
+ - Change Check method supporting CHECK macro to accept argument by reference
82
+ - Introduce long macro forms (e.g. UNITTEST_CHECK); make short forms optional
83
+ - Improved Visual Studio 2015 support
84
+ - [ Full List] ( https://github.com/unittest-cpp/unittest-cpp/issues?q=milestone%3A2.0.0+ )
85
+
80
86
### Version 1.6.0 (2016-02-29) ###
81
87
- Add REQUIRE macro to end tests early when selected checks fail
82
88
- [ Full List] ( https://github.com/unittest-cpp/unittest-cpp/issues?q=milestone%3A1.6.0+ )
Original file line number Diff line number Diff line change 1
- version : 1.6.1 .{build}
1
+ version : 2.0.0 .{build}
2
2
3
3
os :
4
4
- Windows Server 2012 R2
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ AM_CONDITIONAL([WINDOWS],
23
23
24
24
LT_INIT()
25
25
26
- AC_SUBST ( [ LIBUNITTEST_SO_VERSION] , [ 1:6 :0] )
26
+ AC_SUBST ( [ LIBUNITTEST_SO_VERSION] , [ 2:0 :0] )
27
27
28
28
# Checks for programs.
29
29
AC_PROG_CXX
You can’t perform that action at this time.
0 commit comments