Update version number in CMakeLists.txt

This commit is contained in:
Priyanka Seth 2015-03-10 14:20:50 +01:00
parent 1fbdf8bf38
commit e115b1ce42
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
# Version number of the application
set (DFT_TOOLS_VERSION "1.0")
set (DFT_TOOLS_RELEASE "1.0.0")
set (DFT_TOOLS_VERSION "1.2")
set (DFT_TOOLS_RELEASE "1.2.0")
# Append triqs installed files to the cmake load path
list(APPEND CMAKE_MODULE_PATH ${TRIQS_PATH}/share/triqs/cmake)