comparison CMakeLists.txt @ 1285:1e893500dc72

updated Copyright
author Sebastien Decugis <sdecugis@freediameter.net>
date Sun, 04 Jan 2015 01:22:37 +0800
parents c748e2439a3a
children 38b0e251b821
comparison
equal deleted inserted replaced
1284:38e4a7c318ac 1285:1e893500dc72
4 PROJECT("freeDiameter") 4 PROJECT("freeDiameter")
5 5
6 # Informations to display in daemon's help 6 # Informations to display in daemon's help
7 SET(FD_PROJECT_NAME freeDiameter) 7 SET(FD_PROJECT_NAME freeDiameter)
8 SET(FD_PROJECT_BINARY freeDiameterd) 8 SET(FD_PROJECT_BINARY freeDiameterd)
9 SET(FD_PROJECT_COPYRIGHT "Copyright (c) 2008-2013, 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 2)
14 SET(FD_PROJECT_VERSION_REV 1) 14 SET(FD_PROJECT_VERSION_REV 1)
"Welcome to our mercurial repository"