From a60aedc0b90fded5ecf651fdc7e7f38534d76f4a Mon Sep 17 00:00:00 2001 From: Robert Rollins Date: Fri, 30 May 2014 16:15:45 -0700 Subject: [PATCH] Version 3.2 Release. --- date_ical.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/date_ical.module b/date_ical.module index 9e66294..aa716c4 100644 --- a/date_ical.module +++ b/date_ical.module @@ -10,7 +10,7 @@ * value of the iCal feeds created by Date iCal. It's primarily used for * debugging. */ -define('DATE_ICAL_VERSION', '3.1'); +define('DATE_ICAL_VERSION', '3.2'); /** * Exception class for generic exceptions thrown by this module. -- GitLab