constant DATE_ICAL_VERSION in Date iCal 7.2
The version number of the current release. This is inserted into the PRODID value of the iCal feeds created by Date iCal.
1 use of DATE_ICAL_VERSION
- date_ical_plugin_style_ical_feed::render in includes/
date_ical_plugin_style_ical_feed.inc - Render the display in this style.
File
- ./
date_ical.module, line 14 - Adds ical functionality to Views, and an iCal parser to Feeds.
Code
define('DATE_ICAL_VERSION', '2.14-dev');