~ubuntu-branches/ubuntu/saucy/libbpp-core/saucy

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Julien Dutheil
  • Date: 2012-02-09 13:00:00 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120209130000-je7bujslsp6ixsaw
Tags: 2.0.3-1
* New range classes
* Linear assigment method
* Improved string tokenizer and text tools.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
# In other words, the library implements all the interface numbers in the
33
33
# range from number current - age to current.
34
34
SET(BPPCORE_VERSION_CURRENT "2")
35
 
SET(BPPCORE_VERSION_REVISION "1")
 
35
SET(BPPCORE_VERSION_REVISION "2")
36
36
SET(BPPCORE_VERSION_AGE "0")
37
37
 
38
38
# Effective version number computation
56
56
# Packager
57
57
SET(CPACK_PACKAGE_NAME "libbpp-core")
58
58
SET(CPACK_PACKAGE_VENDOR "Bio++ Development Team")
59
 
SET(CPACK_PACKAGE_VERSION "2.0.2")
 
59
SET(CPACK_PACKAGE_VERSION "2.0.3")
60
60
SET(CPACK_PACKAGE_VERSION_MAJOR "2")
61
61
SET(CPACK_PACKAGE_VERSION_MINOR "0")
62
 
SET(CPACK_PACKAGE_VERSION_PATCH "2")
 
62
SET(CPACK_PACKAGE_VERSION_PATCH "3")
63
63
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "The Bio++ Core library")
64
64
SET(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_SOURCE_DIR}/COPYING.txt")
65
65
SET(CPACK_RESOURCE_FILE_AUTHORS "${CMAKE_SOURCE_DIR}/AUTHORS.txt")