changeset 73:3249e9edc5d9 0.0.2

Bump version number, update CHANGELOG
author Louis Opter <kalessin@kalessin.fr>
date Wed, 31 Mar 2010 23:14:01 +0200
parents d9a923a961e7
children 3bfa576ff82b
files CHANGELOG CMakeLists.txt
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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:
--- 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}")