From bde1dbd5484754c9b22f74d150eb98f86e3cbab3 Mon Sep 17 00:00:00 2001 From: Christian Muck Date: Tue, 6 Mar 2012 08:23:44 +0100 Subject: Updated version information for 2.5.0 release --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 40084e1..ae0bab6 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,7 +46,7 @@ set( DLT_MAJOR_VERSION 2) set( DLT_MINOR_VERSION 5) set( DLT_PATCH_LEVEL 0) set( DLT_VERSION ${DLT_MAJOR_VERSION}.${DLT_MINOR_VERSION}.${DLT_PATCH_LEVEL}) -set( DLT_VERSION_STATE BETA ) +set( DLT_VERSION_STATE RELEASE ) set( DLT_REVISION "") execute_process(COMMAND git describe --tags WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} @@ -131,4 +131,4 @@ add_subdirectory( doc ) add_subdirectory( src ) add_subdirectory( include ) add_subdirectory( testscripts ) -add_subdirectory( systemd ) \ No newline at end of file +add_subdirectory( systemd ) -- cgit v1.2.1