Navigation


Changeset 647:a13d3dcd2f1b in freeDiameter for CMakeLists.txt


Ignore:
Timestamp:
Jan 4, 2011, 4:21:08 PM (13 years ago)
Author:
Sebastien Decugis <sdecugis@nict.go.jp>
Branch:
default
Phase:
public
Message:

Prepared for next bugfix release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r645 r647  
    77SET(FD_PROJECT_NAME freeDiameter)
    88SET(FD_PROJECT_BINARY freeDiameterd)
    9 SET(FD_PROJECT_COPYRIGHT "Copyright (c) 2008-2009, WIDE Project (www.wide.ad.jp) and NICT (www.nict.go.jp)")
     9SET(FD_PROJECT_COPYRIGHT "Copyright (c) 2008-2011, WIDE Project (www.wide.ad.jp) and NICT (www.nict.go.jp)")
    1010
    1111# Version of the source code
    1212SET(FD_PROJECT_VERSION_MAJOR 1)
    1313SET(FD_PROJECT_VERSION_MINOR 0)
    14 SET(FD_PROJECT_VERSION_REV 3)
     14SET(FD_PROJECT_VERSION_REV 4)
    1515
    1616# Version of the API with the library
    17 SET(FD_PROJECT_VERSION_API 2)
     17SET(FD_PROJECT_VERSION_API 3)
    1818
    1919# The test framework, using CTest and CDash.
Note: See TracChangeset for help on using the changeset viewer.