Skip to content

Commit

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

Copyright (c) 2004-2012 by LMMS-developers
Copyright (c) 2004-2013 by LMMS-developers


This program is free software; you can redistribute it and/or modify
Expand Down
4 changes: 2 additions & 2 deletions 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,13,0
FILEVERSION 0,4,14,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_APP
Expand All @@ -17,7 +17,7 @@ BEGIN
VALUE "CompanyName", "LMMS Developers\0"
VALUE "FileDescription", "Linux MultiMedia Studio\0"
VALUE "FileVersion", "@VERSION@\0"
VALUE "LegalCopyright", "Copyright (c) 2004-2012 LMMS Developers\0"
VALUE "LegalCopyright", "Copyright (c) 2004-2013 LMMS Developers\0"
VALUE "OriginalFilename", "lmms.exe\0"
VALUE "ProductName", "LMMS\0"
VALUE "ProductVersion", "@VERSION@\0"
Expand Down

0 comments on commit 92ce4ad

Please sign in to comment.