comparison CMakeLists.txt @ 1352:08a82e819513 1.3.1

Bump version number
author Sebastien Decugis <sdecugis@freediameter.net>
date Sun, 02 Jun 2019 22:34:21 +0800
parents 38b0e251b821
children 7f5aa6bb3642
comparison
equal deleted inserted replaced
1351:e6b14a15d5f2 1352:08a82e819513
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 2) 13 SET(FD_PROJECT_VERSION_MINOR 3)
14 SET(FD_PROJECT_VERSION_REV 1) 14 SET(FD_PROJECT_VERSION_REV 1)
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
"Welcome to our mercurial repository"