bumped version to 0.9.0 development series

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1853 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-11-28 12:25:49 +00:00
parent 103b4c8e7d
commit 1d235a4783
2 changed files with 7 additions and 2 deletions

View File

@@ -14,9 +14,9 @@ INCLUDE(CheckIncludeFiles)
INCLUDE(FindPkgConfig)
SET(VERSION_MAJOR "0")
SET(VERSION_MINOR "4")
SET(VERSION_MINOR "9")
SET(VERSION_PATCH "0")
#SET(VERSION_SUFFIX "")
SET(VERSION_SUFFIX "20081128")
SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
IF(VERSION_SUFFIX)
SET (VERSION "${VERSION}-${VERSION_SUFFIX}")

View File

@@ -1,3 +1,8 @@
2008-11-28 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* CMakeLists.txt:
bumped version to 0.9.0 development series
2008-11-24 Andrew Kelley <superjoe30/at/gmail/dot/com>
* src/core/basic_ops.cpp: