From 340c47baf0627b967321d2f20ab83ce1c44f15f6 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Wed, 17 Dec 2008 23:29:51 +0000 Subject: [PATCH] made 0.4.1 release git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/branches/lmms/stable-0.4@1956 0778d3d1-df1d-0410-868b-ea421aaaa00d --- CMakeLists.txt | 2 +- ChangeLog | 4 ++++ README | 8 ++++---- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cf9d255d5..66ffcfbe7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,7 +15,7 @@ INCLUDE(FindPkgConfig) SET(VERSION_MAJOR "0") SET(VERSION_MINOR "4") -SET(VERSION_PATCH "0") +SET(VERSION_PATCH "1") #SET(VERSION_SUFFIX "") SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}") IF(VERSION_SUFFIX) diff --git a/ChangeLog b/ChangeLog index e52511005..1c49cf84b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2008-12-17 Tobias Doerffel + * CMakeLists.txt: + * README: + made 0.4.1 release + * cmake/modules/FindSTK.cmake: * include/combobox_model.h: * include/combobox.h: diff --git a/README b/README index e57c52cf9..1f27c9c59 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Linux MultiMedia Studio 0.4.0 +Linux MultiMedia Studio 0.4.1 ============================== Copyright (c) 2004-2008 by LMMS-developers @@ -52,15 +52,15 @@ Required libraries: - Qt >= 4.3.0 with devel-files (4.4.x recommended) Optional, but strongly recommended: -- JACK with devel-files -- libvorbis & libogg with devel-files - libalsa with devel-files +- libvorbis & libogg with devel-files +- libfluidsynth with devel files - SDL with devel-files - libsamplerate >= 0.1.3 with devel-files - libsndfile with devel-files - WINE + WINE-devel-files - stk, libstk + libstk-dev -- libfluidsynth with devel files +- JACK with devel-files For compiling you should have an up to date GCC with g++.