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

Skip to content

Commit c5a3903

Browse files
author
Patrick Johnmeyer
committed
Prepare v1.5.0 tag.
1 parent dc6b908 commit c5a3903

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

README.md

+9-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.4) ###
33+
### Latest release (v1.5.0) ###
3434

3535
Via git:
3636

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

4141
Via svn:
4242

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
4444

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

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+
8086
### Version 1.4 (2008-10-30) ###
8187
- CHECK macros work at arbitrary stack depth from inside TESTs.
8288
- Remove obsolete TEST_UTILITY macros

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.4.1], [pjohnmeyer@gmail.com])
5+
AC_INIT([UnitTest++], [1.5.0], [pjohnmeyer@gmail.com])
66
AC_CONFIG_SRCDIR([UnitTest++/TestDetails.cpp])
77
AC_CONFIG_MACRO_DIR([m4])
88
AC_CONFIG_HEADERS([config.h])
@@ -12,7 +12,7 @@ AM_CONDITIONAL([WINDOWS],
1212
[test "${host#*mingw}" != "${host}" -o "${host#*msvc}" != "${host}"])
1313
LT_INIT()
1414

15-
AC_SUBST([LIBUNITTEST_SO_VERSION], [1:4:1])
15+
AC_SUBST([LIBUNITTEST_SO_VERSION], [1:5:0])
1616

1717
# Checks for programs.
1818
AC_PROG_CXX

docs

Submodule docs updated from 0aa16ab to 8d4ad23

0 commit comments

Comments
 (0)
0