changeset 88:62d1c77ddc13

Bump version number in CMakeLists.txt
author Louis Opter <kalessin@kalessin.fr>
date Fri, 09 Apr 2010 23:08:27 +0200
parents 30a37de18a1a
children 590263f68bd8
files CMakeLists.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Fri Apr 09 23:05:21 2010 +0200
+++ b/CMakeLists.txt	Fri Apr 09 23:08:27 2010 +0200
@@ -13,7 +13,7 @@
 
 SET(CPACK_PACKAGE_VERSION_MAJOR "0")
 SET(CPACK_PACKAGE_VERSION_MINOR "0")
-SET(CPACK_PACKAGE_VERSION_PATCH "2")
+SET(CPACK_PACKAGE_VERSION_PATCH "3")
 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}")