LayerManagement: updated release notes for V 1.2 upstream 1_2 gemini_release upstream/1.2.0
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Mon, 7 Oct 2013 12:47:37 +0000 (14:47 +0200)
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Mon, 7 Oct 2013 12:47:37 +0000 (14:47 +0200)
Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>
RELEASE_NOTES.txt
cmake/modules/CMakeVersions.txt

index 4a0228c..fd66f3f 100644 (file)
@@ -1,3 +1,11 @@
+Version 1.2
+----------------------
+This version includes the following enhancements.
+
+Improvements:
+- DirectFB backend support
+- pkg-config support
+
 Version 1.1
 ----------------------
 This version includes the following enhancements.
index c19cf58..f8c37d1 100644 (file)
@@ -18,8 +18,8 @@
 ############################################################################
 
 set( ${PROJECT_NAME}_MAJOR_VERSION 0 )
-set( ${PROJECT_NAME}_MINOR_VERSION 9 )
-set( ${PROJECT_NAME}_PATCH_LEVEL 9 )
+set( ${PROJECT_NAME}_MINOR_VERSION 1 )
+set( ${PROJECT_NAME}_PATCH_LEVEL 2 )
 set( ${PROJECT_NAME}_RELEASE release )
 
 set(VERSION ${${PROJECT_NAME}_MAJOR_VERSION}.${${PROJECT_NAME}_MINOR_VERSION}.${${PROJECT_NAME}_PATCH_LEVEL}.${${PROJECT_NAME}_RELEASE})