Skip to content

Commit

Permalink
made 0.4.1 release
Browse files Browse the repository at this point in the history
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/branches/lmms/stable-0.4@1956 0778d3d1-df1d-0410-868b-ea421aaaa00d
  • Loading branch information
tobydox committed Dec 17, 2008
1 parent 3fdf9a1 commit 340c47b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
2008-12-17 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>

* CMakeLists.txt:
* README:
made 0.4.1 release

* cmake/modules/FindSTK.cmake:
* include/combobox_model.h:
* include/combobox.h:
Expand Down
8 changes: 4 additions & 4 deletions README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Linux MultiMedia Studio 0.4.0
Linux MultiMedia Studio 0.4.1
==============================

Copyright (c) 2004-2008 by LMMS-developers
Expand Down Expand Up @@ -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++.

Expand Down

0 comments on commit 340c47b

Please sign in to comment.