8000 Version made explicitly 3 parts · unittest-cpp/unittest-cpp@c269666 · GitHub
[go: up one dir, main page]

Skip to content

Commit c269666

Browse files
author
Dan Huantes
committed
Version made explicitly 3 parts
- Updated to appveyor.yml and configure.ac to 2.1.0 to match CMake project version.
1 parent 2423fca commit c269666

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.0)
2-
project(UnitTest++ VERSION 2.1)
2+
project(UnitTest++ VERSION 2.1.0)
33

44
option(UTPP_USE_PLUS_SIGN
55
"Set this to OFF if you wish to use '-cpp' instead of '++' in lib/include paths"

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 2.0.0.{build}
1+
version: 2.1.0.{build}
22

33
os:
44
- Windows Server 2012 R2

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ AM_CONDITIONAL([WINDOWS],
2323

2424
LT_INIT()
2525

26-
AC_SUBST([LIBUNITTEST_SO_VERSION], [2:0:0])
26+
AC_SUBST([LIBUNITTEST_SO_VERSION], [2:1:0])
2727

2828
# Checks for programs.
2929
AC_PROG_CXX

0 commit comments

Comments
 (0)
0