Skip to content

Commit

Permalink
Item8402: adding missing dependency
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk/BlogPlugin@17057 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
MichaelDaum authored and MichaelDaum committed Nov 6, 2013
1 parent a1a9de6 commit fbd79ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Foswiki/Plugins/BlogPlugin.pm
Expand Up @@ -21,8 +21,8 @@ use warnings;
use Error qw(:try);

our $core;
our $VERSION = '2.01';
our $RELEASE = '2.01';
our $VERSION = '2.02';
our $RELEASE = '2.02';
our $NO_PREFS_IN_TOPIC = 1;
our $SHORTDESCRIPTION = 'A blogging system for Foswiki';
our $baseTopic;
Expand Down
1 change: 1 addition & 0 deletions lib/Foswiki/Plugins/BlogPlugin/DEPENDENCIES
@@ -1,3 +1,4 @@
Foswiki::Plugins::ClassificationPlugin,>=1.10,perl,Required.
Foswiki::Contrib::WikiWorkbenchContrib,>=1.12,perl,Required.
Foswiki::Plugins::DBCachePlugin,>=4.10,perl,Required.
Foswiki::Plugins::FilterPlugin,>=2.08,perl,Required;
Expand Down

0 comments on commit fbd79ea

Please sign in to comment.