Made 0.4.13 release

Bumped version number to 0.4.13 in CMakeLists.txt, README and lmms.rc.in.
This commit is contained in:
Tobias Doerffel
2012-02-02 23:22:12 +01:00
parent 60b93e331e
commit 68861678f6
3 changed files with 5 additions and 5 deletions

View File

@@ -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)

4
README
View File

@@ -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

View File

@@ -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
@@ -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"