comparison CMakeLists.txt @ 758:f2d09e03c73c

Bug fix release 1.1.1
author Sebastien Decugis <sdecugis@nict.go.jp>
date Fri, 30 Sep 2011 21:45:17 +0200
parents f198d16fa7f4
children 69ef21d4a7fe
comparison
equal deleted inserted replaced
757:01ef7cfcaece 758:f2d09e03c73c
9 SET(FD_PROJECT_COPYRIGHT "Copyright (c) 2008-2011, WIDE Project (www.wide.ad.jp) and NICT (www.nict.go.jp)") 9 SET(FD_PROJECT_COPYRIGHT "Copyright (c) 2008-2011, 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 1) 13 SET(FD_PROJECT_VERSION_MINOR 1)
14 SET(FD_PROJECT_VERSION_REV 0) 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 4) 17 SET(FD_PROJECT_VERSION_API 4)
18 18
19 # The test framework, using CTest and CDash. 19 # The test framework, using CTest and CDash.
"Welcome to our mercurial repository"