From 55217ac637b1eb775ec675d46e088ecb21317ae6 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Sat, 3 May 2014 21:55:23 +0200 Subject: [PATCH] Made 1.0.2 release This is a maintenance release of the 1.0.x series. Bumped version number to 1.0.2 in CMakeLists.txt, README and lmms.rc.in. --- CMakeLists.txt | 2 +- README | 2 +- lmms.rc.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 211209393c3..55c79a8ffeb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ INCLUDE(FindPkgConfig) SET(VERSION_MAJOR "1") SET(VERSION_MINOR "0") -SET(VERSION_PATCH "1") +SET(VERSION_PATCH "2") #SET(VERSION_SUFFIX "") SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}") IF(VERSION_SUFFIX) diff --git a/README b/README index f256df6657d..65f60c8e638 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -LMMS 1.0.1 +LMMS 1.0.2 =========== Copyright (c) 2004-2014 by LMMS developers diff --git a/lmms.rc.in b/lmms.rc.in index 0cf6c17c6e5..620a7dfd539 100644 --- a/lmms.rc.in +++ b/lmms.rc.in @@ -2,7 +2,7 @@ lmmsicon ICON data/lmms.ico #include VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,0,1,0 + FILEVERSION 1,0,2,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK FILEOS VOS_NT_WINDOWS32 FILETYPE VFT_APP