8000 Update versions to 1.6.1 · unittest-cpp/unittest-cpp@782e620 · GitHub
[go: up one dir, main page]

Skip to content

Commit 782e620

Browse files
committed
Update versions to 1.6.1
1 parent 1a62540 commit 782e620

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 5 additions & 5 deletions
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.6.0) ###
33+
### Latest release (v1.6.1) ###
3434

3535
Via git:
3636

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

4141
Via svn:
4242

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

4545
License
4646
---------
@@ -58,7 +58,7 @@ Contributors
5858
* Charles Nicholson (charles.nicholson@gmail.com) @charlesnicholson
5959

6060
### Original Authors: ###
61-
* Noel Llopis (llopis@convexhull.com)
61+
* Noel Llopis (llopis@convexhull.com)
6262
* Charles Nicholson (charles.nicholson@gmail.com)
6363

6464
### Contributors not included in github history ###
@@ -114,7 +114,7 @@ Historic release notes
114114
- Standard streams can be optionally compiled off by defining UNITTEST_USE_CUSTOM_STREAMS
115115
in Config.h
116116
- Added named test suites
117-
- Added CHECK_ARRAY2D_CLOSE
117+
- Added CHECK_ARRAY2D_CLOSE
118118
- Posix library name is libUnitTest++.a now
119119
- Floating point numbers are postfixed with 'f' in the failure reports
120120

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.6.0.{build}
1+
version: 1.6.1.{build}
22

33
os:
44
- Windows Server 2012 R2

0 commit comments

Comments
 (0)
0