Skip to content

Commit 636b349

Browse files
committed
Release 3.7.1
1 parent 434687f commit 636b349

File tree

3 files changed

+23
-4
lines changed

3 files changed

+23
-4
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(CppUTest)
22

33
set(CppUTest_version_major 3)
4-
set(CppUTest_version_minor 8dev)
4+
set(CppUTest_version_minor 7.1)
55

66
# 2.6.3 is needed for ctest support
77
cmake_minimum_required(VERSION 2.6.3)

ChangeLog

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
11

2-
We don't keep a ChangeLog. Instead, check the revision on Github:
3-
https://github.com/cpputest/cpputest
2+
3+
4+
Addition to Release 3.7 and Release 3.7.1:
5+
6+
7+
8+
For furthe ndows support
9+
10+
* -v and -ojunit together
11+
* Better memory leak printing
12+
* MEMCMP_EQUAL
13+
* STRNCMP_EQUAL
14+
* Memory Leak Detector multi-threading support
15+
* Mock Output parameters
16+
* Many Mock improvements
17+
* Many small fixes and improvements
18+
* Less platform specific dependencies
19+
* More platforms supported
20+
21+
https://github.com/cpputest/cpputest
22+

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
AC_PREREQ([2.68])
3-
AC_INIT([CppUTest], [3.8dev], [https://github.com/cpputest/cpputest])
3+
AC_INIT([CppUTest], [3.7.1], [https://github.com/cpputest/cpputest])
44
AM_INIT_AUTOMAKE
55
AC_CONFIG_SRCDIR([src/CppUTest/Utest.cpp])
66
AC_CONFIG_HEADERS([config.h])

0 commit comments

Comments
 (0)