Navigation


Changeset 1091:a7d8273b7506 in freeDiameter for CMakeLists.txt


Ignore:
Timestamp:
May 6, 2013, 11:46:50 AM (11 years ago)
Author:
Sebastien Decugis <sdecugis@freediameter.net>
Branch:
default
Phase:
public
Message:

New version will be 1.2.0 because of all the changes in the API

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CMakeLists.txt

    r929 r1091  
    77SET(FD_PROJECT_NAME freeDiameter)
    88SET(FD_PROJECT_BINARY freeDiameterd)
    9 SET(FD_PROJECT_COPYRIGHT "Copyright (c) 2008-2011, WIDE Project (www.wide.ad.jp) and NICT (www.nict.go.jp)")
     9SET(FD_PROJECT_COPYRIGHT "Copyright (c) 2008-2013, 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)
    13 SET(FD_PROJECT_VERSION_MINOR 1)
    14 SET(FD_PROJECT_VERSION_REV 6)
     13SET(FD_PROJECT_VERSION_MINOR 2)
     14SET(FD_PROJECT_VERSION_REV 0)
    1515
    1616# Version of the API with the library
    17 SET(FD_PROJECT_VERSION_API 5)
     17SET(FD_PROJECT_VERSION_API 6)
    1818
    1919# The test framework, using CTest and CDash.
Note: See TracChangeset for help on using the changeset viewer.