Skip to content

Commit 73972c2

Browse files
committed
3.8dev
1 parent e1de7a8 commit 73972c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 7)
4+
set(CppUTest_version_minor 8dev)
55

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

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.7], [https://github.com/cpputest/cpputest])
3+
AC_INIT([CppUTest], [3.8dev], [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)