Navigation


Changeset 320:53f912ce0f4e in freeDiameter for CMakeLists.txt


Ignore:
Timestamp:
May 19, 2010, 3:09:27 PM (14 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Add shared object version information

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r313 r320  
    77SET(FD_PROJECT_NAME freeDiameter)
    88SET(FD_PROJECT_BINARY freeDiameterd)
     9SET(FD_PROJECT_COPYRIGHT "Copyright (c) 2008-2009, WIDE Project (www.wide.ad.jp) and NICT (www.nict.go.jp)")
     10
     11# Version of the source code
    912SET(FD_PROJECT_VERSION_MAJOR 1)
    1013SET(FD_PROJECT_VERSION_MINOR 0)
    1114SET(FD_PROJECT_VERSION_REV 0)
    12 SET(FD_PROJECT_COPYRIGHT "Copyright (c) 2008-2009, WIDE Project (www.wide.ad.jp) and NICT (www.nict.go.jp)")
     15
     16# Version of the API with the library
     17SET(FD_PROJECT_VERSION_API 1)
    1318
    1419# Some subfolders may have tests
Note: See TracChangeset for help on using the changeset viewer.