--- imach/CMakeLists.txt 2015/10/27 15:58:38 1.8 +++ imach/CMakeLists.txt 2016/02/19 09:26:29 1.12 @@ -8,7 +8,7 @@ # SET (CMAKE_CONFIGURATION_TYPES "Debug;RelWithDebinfo" CACHE STRING "" FORCE) set(PACKAGE_NAME "imach") SET(IMACH_VERSION_MAJOR 0) -SET(IMACH_VERSION_MINOR 98r2) +SET(IMACH_VERSION_MINOR 98r7) SET(IMACH_VERSION_PATCH 0) SET(IMACH_VERSION_NOTE "") SET(IMACH_VERSION ${IMACH_VERSION_MAJOR}.${IMACH_VERSION_MINOR}) @@ -18,13 +18,13 @@ SET(@NOREG@ ) SET(@IMACHSETUPVERSION@ imach-${IMACH_VERSION_MAJOR}.${IMACH_VERSION_MINOR}-icl-setup) SET(@APPCOMPILATIONMODE@ icl) SET(@VERSION@ ${IMACH_VERSION_MAJOR}.${IMACH_VERSION_MINOR}) -SET(@GNUPLOTVERSION@ 4.6) +SET(@GNUPLOTVERSION@ 5.1) SET(@INFOBEFOREFILE@ README.txt) SET(@LICENSEFILE@ Copying) SET(@PACKAGE@ imach) SET(@DICTLANG@ en) SET(@VERMAJOR@ ) -SET(@COPYRIGHT@ "Copyright (C) 2002-2015 INED-EUROREVES-Institut de longevite-Japan Society for the Promotion of Science (Grant-in-Aid for Scientific Research 25293121) - Intel Software 2015") +SET(@COPYRIGHT@ "Copyright (C) 2002-2015 INED-EUROREVES-Institut de longevite-Japan Society for the Promotion of Science (Grant-in-Aid for Scientific Research 25293121) 2013-2016- Intel Software 2015-2018") #SET(IMACH_VERSION ${IMACH_VERSION_MAJOR}.${IMACH_VERSION_MINOR}.${IMACH_VERSION_PATCH}) #MATH(EXPR IMACH_VERSION_NUMBER "100000*${IMACH_VERSION_MAJOR} + 100*${IMACH_VERSION_MINOR} + ${IMACH_VERSION_PATCH}") @@ -95,7 +95,7 @@ install(FILES "html/doc/data1.txt" DESTI set(CPACK_PACKAGE_VERSION ${IMACH_VERSION}) set(CPACK_PACKAGE_NAME "imach") -set(CPACK_PACKAGE_RELEASE 2) +set(CPACK_PACKAGE_RELEASE 1) set(CPACK_PACKAGE_CONTACT "Nicolas Brouard") set(CPACK_PACKAGE_VENDOR "INED") SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "IMaCh Interpolated Markov Chain program") @@ -253,4 +253,4 @@ if(UNIX) COMMENT "Generating IMaCh documentation with Doxygen" VERBATIM ) endif() -endif() \ No newline at end of file +endif()