Skip to content

Commit

Permalink
Item13883: Update release notes, bump version
Browse files Browse the repository at this point in the history
Change from numeric to date based RELEASE string.
  • Loading branch information
gac410 committed Nov 26, 2016
1 parent 140e1c0 commit e4003e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ModPerlEngineContrib/data/System/ModPerlEngineContrib.txt
@@ -1,4 +1,4 @@
%META:TOPICINFO{author="ProjectContributor" date="1460168492" format="1.1" version="1"}%
%META:TOPICINFO{author="ProjectContributor" date="1480188097" format="1.1" version="1"}%
---+!! !ModPerlEngineContrib
<!--
One line description, required for extensions repository catalog.
Expand Down Expand Up @@ -149,6 +149,7 @@ set in %USERSWEB%.SitePreferences, default taken from
---++ Info

| Change History: | <!-- versions below in reverse order -->&nbsp; |
| 26 Nov 2016 (1.04) | Released with Foswiki 2.1.3. Old Apache 1.x modules have been removed from the DEPENDENCIES file. |
| 08 Apr 2016 (1.03) | Foswikitask:Item14022 Change foswiki.org links to https. |
| 16 Jan 2016 (1.02) | Foswikitask:Item13926 Fix backwards compatibility with Foswiki 1.1. |
| 20 Oct 2015 (1.01) | Released with Foswiki 2.0.3.<br />\
Expand Down
Expand Up @@ -23,8 +23,8 @@ use strict;

use vars qw( $VERSION $RELEASE $SHORTDESCRIPTION );

$VERSION = '1.03';
$RELEASE = '1.03';
$VERSION = '1.04';
$RELEASE = '26 Nov 2016';
$SHORTDESCRIPTION = 'Permits Foswiki to be executed under mod_perl';

1;

0 comments on commit e4003e0

Please sign in to comment.