Skip to content

Commit

Permalink
Made 0.4.15 release
Browse files Browse the repository at this point in the history
Bumped version number to 0.4.15 in CMakeLists.txt, README and lmms.rc.in.
  • Loading branch information
tobydox committed Jun 11, 2013
1 parent 7eafca8 commit 05f1b45
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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 "14")
SET(VERSION_PATCH "15")
#SET(VERSION_SUFFIX "")
SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
IF(VERSION_SUFFIX)
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Linux MultiMedia Studio 0.4.14
Linux MultiMedia Studio 0.4.15
===============================

Copyright (c) 2004-2013 by LMMS-developers
Expand Down
2 changes: 1 addition & 1 deletion lmms.rc.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ lmmsicon ICON data/lmms.ico
#include <windows.h>

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
Expand Down

0 comments on commit 05f1b45

Please sign in to comment.