From 4d30df012c9acdc821436eba44b2368dc81f8813 Mon Sep 17 00:00:00 2001 From: Francois Marier Date: Thu, 9 Oct 2014 23:10:55 +1300 Subject: [PATCH] Bump version number for release --- Changes | 2 +- EmailReminder/Utils.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index 4b618cd..229528d 100644 --- a/Changes +++ b/Changes @@ -1,4 +1,4 @@ -0.7.8 (UNRELEASED) +0.7.8 (2014-10-09) - remove author wishes functionality - add keywords to the .desktop file - remove noise in test output diff --git a/EmailReminder/Utils.pm b/EmailReminder/Utils.pm index ce4e77b..c54af54 100644 --- a/EmailReminder/Utils.pm +++ b/EmailReminder/Utils.pm @@ -24,7 +24,7 @@ use warnings; use XML::DOM; -our $VERSION = '0.7.7'; +our $VERSION = '0.7.8'; our $USER_CONFIG_FILE = '.email-reminders'; our $SPOOL_DIRECTORY = '/var/spool/email-reminder'; -- 2.11.4.GIT