# HG changeset patch # User daedric # Date 1272039849 -7200 # Node ID 5f69de9accb66d824b592a255b0af95c2cd8578f # Parent c8e8c845ef93e8e302d3beb8d2239c4c70aaaa22 Update version in CMake diff -r c8e8c845ef93 -r 5f69de9accb6 CMakeLists.txt --- a/CMakeLists.txt Fri Apr 23 18:16:39 2010 +0200 +++ b/CMakeLists.txt Fri Apr 23 18:24:09 2010 +0200 @@ -13,7 +13,7 @@ SET(CPACK_PACKAGE_VERSION_MAJOR "0") SET(CPACK_PACKAGE_VERSION_MINOR "0") -SET(CPACK_PACKAGE_VERSION_PATCH "3") +SET(CPACK_PACKAGE_VERSION_PATCH "4") SET(STREAMIT_API_VERSION "${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}") MESSAGE(STATUS "Cmake Version : ${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VERSION}")