Skip to content

Commit

Permalink
Updating patch release and Copyright year as used by the installer
Browse files Browse the repository at this point in the history
Partial backport of musescore#7584 resp. duplicate of musescore#7463
  • Loading branch information
Jojo-Schmitz committed Jul 27, 2021
1 parent dd5a3ce commit 54ed396
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE.GPL
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MuseScore, free and open source music notation software
Copyright (C) 1999-2020 MuseScore BVBA and others
Copyright (C) 1999-2021 MuseScore BVBA and others

This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License version 2 as published
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.rtf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{\rtf1\ansi\ansicpg1252\deff0\nouicompat{\fonttbl{\f0\fnil\fcharset0 Courier New;}{\f1\fnil\fcharset77 Courier New;}}
{\*\generator Riched20 6.3.9600}\viewkind4\uc1
\pard\sa200\sl276\slmult1\f0\fs18\lang12 MuseScore, free and open source music notation software.\par
Copyright (C) 1999-2020 MuseScore BVBA and others.\par
Copyright (C) 1999-2021 MuseScore BVBA and others.\par
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation and reproduce below with the following exception:\par
- If you create a document which uses fonts included in MuseScore, and embed this font or unaltered portions of this font into the document, then this font does not by itself cause the resulting document to be covered by the GNU General Public License. This exception does not however invalidate any other reasons why the document might be covered by the GNU General Public License. If you modify this font, you may extend this exception to your version of the font, but you are not obligated to do so. If you do not wish to do so, delete this exception statement from your version.\par
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.\par
Expand Down
2 changes: 1 addition & 1 deletion build/PortableApps/appinfo.ini.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Format]
Type=PortableApps.comFormat
Version=3.5
Version=3.6.3

[Details]
Name=MuseScore Portable
Expand Down
2 changes: 1 addition & 1 deletion config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
SET(MUSESCORE_NAME "MuseScore")
SET(MUSESCORE_VERSION_MAJOR "3")
SET(MUSESCORE_VERSION_MINOR "6")
SET(MUSESCORE_VERSION_PATCH "2")
SET(MUSESCORE_VERSION_PATCH "3")
SET(MUSESCORE_VERSION_LABEL "")

message(STATUS "MUSESCORE_BUILD_CONFIG ${MUSESCORE_BUILD_CONFIG}")
Expand Down

0 comments on commit 54ed396

Please sign in to comment.