Skip to content

Commit

Permalink
Merge pull request #33 from ligerdev/release-1.4.0
Browse files Browse the repository at this point in the history
Release 1.4.0
  • Loading branch information
jaduro authored Apr 27, 2021
2 parents be419a0 + a49b043 commit 10bf020
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions liger.pri
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
!isEmpty(LIGER_PRI_INCLUDED):error("liger.pri already included")
LIGER_PRI_INCLUDED = 1

LIGER_VERSION=1.1.0
LIGER_COMPAT_VERSION=1.1.0
LIGER_VERSION=1.4.0
LIGER_COMPAT_VERSION=1.4.0

QTCREATOR_VERSION = 4.7.1
QTCREATOR_COMPAT_VERSION = 4.7.1
Expand Down
2 changes: 1 addition & 1 deletion src/app/app_version.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ namespace Constants {

const char * const IDE_VERSION_LONG = IDE_VERSION_STR;
const char * const IDE_AUTHOR = \"The University of Sheffield\";
const char * const IDE_YEAR = \"2019\";
const char * const IDE_YEAR = \"2021\";

#ifdef IDE_VERSION_DESCRIPTION
const char * const IDE_VERSION_DESCRIPTION_STR = STRINGIFY(IDE_VERSION_DESCRIPTION);
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/coreplugin/versiondialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ VersionDialog::VersionDialog(QWidget *parent)
"<br/>"
"%5"
"<br/>"
"Copyright 2008-%6 %7. All rights reserved.<br/>"
"Copyright 2012-%6 %7. All rights reserved.<br/>"
"<br/>"
"The program is provided AS IS with NO WARRANTY OF ANY KIND, "
"INCLUDING THE WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A "
Expand Down

0 comments on commit 10bf020

Please sign in to comment.