mirror of
https://github.com/unittest-cpp/unittest-cpp
synced 2026-09-26 16:19:30 +03:00
Version made explicitly 3 parts
- Updated to appveyor.yml and configure.ac to 2.1.0 to match CMake project version.
This commit is contained in:
parent
2423fcac76
commit
c269666681
3 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
cmake_minimum_required(VERSION 3.0)
|
||||
project(UnitTest++ VERSION 2.1)
|
||||
project(UnitTest++ VERSION 2.1.0)
|
||||
|
||||
option(UTPP_USE_PLUS_SIGN
|
||||
"Set this to OFF if you wish to use '-cpp' instead of '++' in lib/include paths"
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
version: 2.0.0.{build}
|
||||
version: 2.1.0.{build}
|
||||
|
||||
os:
|
||||
- Windows Server 2012 R2
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ AM_CONDITIONAL([WINDOWS],
|
|||
|
||||
LT_INIT()
|
||||
|
||||
AC_SUBST([LIBUNITTEST_SO_VERSION], [2:0:0])
|
||||
AC_SUBST([LIBUNITTEST_SO_VERSION], [2:1:0])
|
||||
|
||||
# Checks for programs.
|
||||
AC_PROG_CXX
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue