From 05f1b45ab7adcf7284e32530d91ab39574fc7dcc Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Tue, 11 Jun 2013 17:46:42 +0200 Subject: [PATCH] Made 0.4.15 release Bumped version number to 0.4.15 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 ba56de4ca..dba9a52b7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ INCLUDE(FindPkgConfig) SET(VERSION_MAJOR "0") SET(VERSION_MINOR "4") -SET(VERSION_PATCH "14") +SET(VERSION_PATCH "15") #SET(VERSION_SUFFIX "") SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}") IF(VERSION_SUFFIX) diff --git a/README b/README index 76087fd25..56a29cf88 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Linux MultiMedia Studio 0.4.14 +Linux MultiMedia Studio 0.4.15 =============================== Copyright (c) 2004-2013 by LMMS-developers diff --git a/lmms.rc.in b/lmms.rc.in index 311e9a5ba..707794c2a 100644 --- a/lmms.rc.in +++ b/lmms.rc.in @@ -2,7 +2,7 @@ lmmsicon ICON data/lmms.ico #include VS_VERSION_INFO VERSIONINFO - FILEVERSION 0,4,14,0 + FILEVERSION 0,4,15,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK FILEOS VOS_NT_WINDOWS32 FILETYPE VFT_APP