From d258837f0421956e5cc21f444d95c9430ab64979 Mon Sep 17 00:00:00 2001 From: Teo Mrnjavac Date: Fri, 18 Dec 2015 17:37:36 +0100 Subject: [PATCH] Bump minor for beta. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 276746303..d1c8ffc06 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -94,7 +94,7 @@ set( CALAMARES_DESCRIPTION_SUMMARY "The distribution-independent installer frame set( CALAMARES_TRANSLATION_LANGUAGES ar ast ca cs_CZ da de en en_GB es_MX es fi_FI fr hr hu id it_IT ja lt nl pl pt_BR pt_PT ro ru sk sl sv th tr_TR zh_CN zh_TW ) set( CALAMARES_VERSION_MAJOR 1 ) -set( CALAMARES_VERSION_MINOR 80 ) +set( CALAMARES_VERSION_MINOR 90 ) set( CALAMARES_VERSION_PATCH 0 ) set( CALAMARES_VERSION_RC 0 ) @@ -231,4 +231,4 @@ configure_file( add_custom_target( uninstall COMMAND ${CMAKE_COMMAND} -P ${CMAKE_CURRENT_BINARY_DIR}/cmake_uninstall.cmake -) \ No newline at end of file +)