Skip to content

Commit

Permalink
Made 0.4.13 release
Browse files Browse the repository at this point in the history
Bumped version number to 0.4.13 in CMakeLists.txt, README and lmms.rc.in.
  • Loading branch information
tobydox committed Feb 2, 2012
1 parent 60b93e3 commit 6886167
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 @@ -15,7 +15,7 @@ INCLUDE(FindPkgConfig)

SET(VERSION_MAJOR "0")
SET(VERSION_MINOR "4")
SET(VERSION_PATCH "12")
SET(VERSION_PATCH "13")
#SET(VERSION_SUFFIX "")
SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
IF(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.12
Linux MultiMedia Studio 0.4.13
===============================

Copyright (c) 2004-2011 by LMMS-developers
Copyright (c) 2004-2012 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,12,0
FILEVERSION 0,4,13,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-2011 LMMS Developers\0"
VALUE "LegalCopyright", "Copyright (c) 2004-2012 LMMS Developers\0"
VALUE "OriginalFilename", "lmms.exe\0"
VALUE "ProductName", "LMMS\0"
VALUE "ProductVersion", "@VERSION@\0"
Expand Down

0 comments on commit 6886167

Please sign in to comment.