Made 1.0.0 release

After almost exactly 10 years of development, we proudly bump the version
number to 1.0.0.
This commit is contained in:
Tobias Doerffel
2014-03-23 23:53:03 +01:00
parent 2f4d9c6c66
commit 794e697e22
3 changed files with 5 additions and 5 deletions

View File

@@ -13,9 +13,9 @@ INCLUDE(AddFileDependencies)
INCLUDE(CheckIncludeFiles)
INCLUDE(FindPkgConfig)
SET(VERSION_MAJOR "0")
SET(VERSION_MINOR "9")
SET(VERSION_PATCH "92")
SET(VERSION_MAJOR "1")
SET(VERSION_MINOR "0")
SET(VERSION_PATCH "0")
#SET(VERSION_SUFFIX "")
SET(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
IF(VERSION_SUFFIX)

2
README
View File

@@ -1,4 +1,4 @@
LMMS 0.9.92
LMMS 1.0.0
===========
Copyright (c) 2004-2014 by LMMS developers

View File

@@ -2,7 +2,7 @@ lmmsicon ICON data/lmms.ico
#include <windows.h>
VS_VERSION_INFO VERSIONINFO
FILEVERSION 0,9,92,0
FILEVERSION 1,0,0,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_APP