Skip to content

Commit

Permalink
made 0.4.0 release
Browse files Browse the repository at this point in the history
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1818 0778d3d1-df1d-0410-868b-ea421aaaa00d
  • Loading branch information
tobydox committed Oct 30, 2008
1 parent 8435030 commit 82c7d19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ INCLUDE(FindPkgConfig)
SET(VERSION_MAJOR "0")
SET(VERSION_MINOR "4")
SET(VERSION_PATCH "0")
SET(VERSION_SUFFIX "rc3")
#SET(VERSION_SUFFIX "")
SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
IF(VERSION_SUFFIX)
SET (VERSION "${VERSION}-${VERSION_SUFFIX}")
Expand Down
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
2008-10-30 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>

* CMakeLists.txt:
made 0.4.0 release

* CMakeLists.txt:
- include all neccessary DLLs in win64 build
- fix versioning for CPack if no VERSION_SUFFIX is set
Expand Down

0 comments on commit 82c7d19

Please sign in to comment.