# HG changeset patch # User Louis Opter # Date 1270070041 -7200 # Node ID 3249e9edc5d930c71b1a9d4d6013696e3a40944b # Parent d9a923a961e79857262f65e4419f31273b2a4b0c Bump version number, update CHANGELOG diff -r d9a923a961e7 -r 3249e9edc5d9 CHANGELOG --- a/CHANGELOG Wed Mar 31 18:18:15 2010 +0200 +++ b/CHANGELOG Wed Mar 31 23:14:01 2010 +0200 @@ -1,8 +1,9 @@ +0.0.3: + 0.0.2: * Lot of improvements in the documentation; * Many headers fixes (close #8, #9, #11); - * IEndPoint refactored to allow ipv6 use (close #4) (TODO); * Add a CMake finder (close #6). 0.0.1: diff -r d9a923a961e7 -r 3249e9edc5d9 CMakeLists.txt --- a/CMakeLists.txt Wed Mar 31 18:18:15 2010 +0200 +++ b/CMakeLists.txt Wed Mar 31 23:14:01 2010 +0200 @@ -13,7 +13,7 @@ SET(CPACK_PACKAGE_VERSION_MAJOR "0") SET(CPACK_PACKAGE_VERSION_MINOR "0") -SET(CPACK_PACKAGE_VERSION_PATCH "1") +SET(CPACK_PACKAGE_VERSION_PATCH "2") 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}")