Skip to content

Commit

Permalink
Made 1.0.2 release
Browse files Browse the repository at this point in the history
This is a maintenance release of the 1.0.x series.
Bumped version number to 1.0.2 in CMakeLists.txt, README and lmms.rc.in.
  • Loading branch information
tobydox committed May 3, 2014
1 parent 059ddc2 commit 55217ac
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 "1")
SET(VERSION_MINOR "0")
SET(VERSION_PATCH "1")
SET(VERSION_PATCH "2")
#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 @@
LMMS 1.0.1
LMMS 1.0.2
===========

Copyright (c) 2004-2014 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 1,0,1,0
FILEVERSION 1,0,2,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_APP
Expand Down

8 comments on commit 55217ac

@oeai
Copy link
Contributor

@oeai oeai commented on 55217ac May 8, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can this be pushed into master? a bit confused seeing 1.0.0

@tresf
Copy link
Member

@tresf tresf commented on 55217ac May 13, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@oeai, agreed. Master should read something other than 1.0.0. @eagles051387 @tobydox : Can we bump master version higher than 1.0.0 now (i.e. 1.5?)

@eagles051387
Copy link

@eagles051387 eagles051387 commented on 55217ac May 13, 2014 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tresf
Copy link
Member

@tresf tresf commented on 55217ac May 13, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps, but more generically "anything except 1.0.0" when using master. To number it based on a milestone release isn't a terrible idea either.. i.e. 1.4.9, 1.4.9.1, 1.4.9.2 or whatever is decided.

@tobydox
Copy link
Member Author

@tobydox tobydox commented on 55217ac May 13, 2014 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@diizy
Copy link
Contributor

@diizy diizy commented on 55217ac May 13, 2014 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@eagles051387
Copy link

@eagles051387 eagles051387 commented on 55217ac May 13, 2014 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@tresf
Copy link
Member

@tresf tresf commented on 55217ac May 13, 2014 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.