Skip to content

Commit 0097095

Browse files
committed
[PrerequisitesChecker]Update Gramps release version[gramps50]
1 parent bcdf105 commit 0097095

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

PrerequisitesCheckerGramplet/PrerequisitesCheckerGramplet.gpr.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@
1717
# along with this program; if not, write to the Free Software
1818
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
1919
#
20-
21-
"""
22-
Gramps registration file
23-
"""
24-
2520
#------------------------------------------------------------------------
2621
#
2722
# Diagnostic check that prerequisites have been met for the current install.

PrerequisitesCheckerGramplet/PrerequisitesCheckerGramplet.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@ def gramps_version(self):
201201
'''
202202
self.append_text("\n")
203203
# Start check
204-
LATEST_GRAMPS_VERSION = (4, 2, 8)
205-
LATEST_GRAMPS_DATE = "2018-02-09"
204+
LATEST_GRAMPS_VERSION = (5, 0, 0)
205+
LATEST_GRAMPS_DATE = "2018-07-24"
206206
latest_release_message = "Gramps " + str(LATEST_GRAMPS_VERSION[0]) + "." + str(LATEST_GRAMPS_VERSION[1]) + "." + str(LATEST_GRAMPS_VERSION[2]) + " released " + LATEST_GRAMPS_DATE + " is the most current version.\n"
207207

208208
try:

0 commit comments

Comments
 (0)