comparison CMakeLists.txt @ 1398:a52a1dbae99f

Preparing for release 1.4.0
author Sebastien Decugis <sdecugis@freediameter.net>
date Mon, 25 Nov 2019 02:03:47 +0800
parents 7f5aa6bb3642
children deaa89f4a994
comparison
equal deleted inserted replaced
1397:239ba25870d8 1398:a52a1dbae99f
8 SET(FD_PROJECT_BINARY freeDiameterd) 8 SET(FD_PROJECT_BINARY freeDiameterd)
9 SET(FD_PROJECT_COPYRIGHT "Copyright (c) 2008-2015, WIDE Project (www.wide.ad.jp) and NICT (www.nict.go.jp)") 9 SET(FD_PROJECT_COPYRIGHT "Copyright (c) 2008-2015, WIDE Project (www.wide.ad.jp) and NICT (www.nict.go.jp)")
10 10
11 # Version of the source code 11 # Version of the source code
12 SET(FD_PROJECT_VERSION_MAJOR 1) 12 SET(FD_PROJECT_VERSION_MAJOR 1)
13 SET(FD_PROJECT_VERSION_MINOR 3) 13 SET(FD_PROJECT_VERSION_MINOR 4)
14 SET(FD_PROJECT_VERSION_REV 2) 14 SET(FD_PROJECT_VERSION_REV 0)
15 15
16 # Version of the API with the library 16 # Version of the API with the library
17 SET(FD_PROJECT_VERSION_API 6) 17 SET(FD_PROJECT_VERSION_API 6)
18 18
19 # The test framework, using CTest and CDash. 19 # The test framework, using CTest and CDash.
"Welcome to our mercurial repository"