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:
Dan Huantes 2019-10-17 08:23:46 -05:00
parent 2423fcac76
commit c269666681
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.0) cmake_minimum_required(VERSION 3.0)
project(UnitTest++ VERSION 2.1) project(UnitTest++ VERSION 2.1.0)
option(UTPP_USE_PLUS_SIGN option(UTPP_USE_PLUS_SIGN
"Set this to OFF if you wish to use '-cpp' instead of '++' in lib/include paths" "Set this to OFF if you wish to use '-cpp' instead of '++' in lib/include paths"

View file

@ -1,4 +1,4 @@
version: 2.0.0.{build} version: 2.1.0.{build}
os: os:
- Windows Server 2012 R2 - Windows Server 2012 R2

View file

@ -23,7 +23,7 @@ AM_CONDITIONAL([WINDOWS],
LT_INIT() LT_INIT()
AC_SUBST([LIBUNITTEST_SO_VERSION], [2:0:0]) AC_SUBST([LIBUNITTEST_SO_VERSION], [2:1:0])
# Checks for programs. # Checks for programs.
AC_PROG_CXX AC_PROG_CXX