summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>2013-10-07 14:47:37 +0200
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>2013-10-07 14:47:37 +0200
commitd3927a6ae5e6c9230d55b6ba4195d434586521c1 (patch)
treee769eecaf32d0302b68a0609eb0f74bf1b601b38
parent5ae033b665c1b2e1034c5626e353c39ab5bb1ed2 (diff)
downloadlayer_management-gemini_release.tar.gz
LayerManagement: updated release notes for V 1.2HEADgemini_release1_2master
Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>
-rw-r--r--RELEASE_NOTES.txt8
-rw-r--r--cmake/modules/CMakeVersions.txt4
2 files changed, 10 insertions, 2 deletions
diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt
index 4a0228c..fd66f3f 100644
--- a/RELEASE_NOTES.txt
+++ b/RELEASE_NOTES.txt
@@ -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.
diff --git a/cmake/modules/CMakeVersions.txt b/cmake/modules/CMakeVersions.txt
index c19cf58..f8c37d1 100644
--- a/cmake/modules/CMakeVersions.txt
+++ b/cmake/modules/CMakeVersions.txt
@@ -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})