Skip to content

Commit

Permalink
Item11168: Add support to decode Foswiki versions
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/branches/Release01x01@12702 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Oct 4, 2011
1 parent eaf4872 commit 22bd647
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/lib/Foswiki/Configure/Dependency.pm
Expand Up @@ -596,6 +596,10 @@ sub _decodeReleaseString {
@tuple = (0);
$form = 'tuple';
}
elsif ( $rel =~ /^Foswiki-(\d+)/ ) {
@tuple = ($1);
$form = 'tuple';
}
else {

# Some other format
Expand Down

0 comments on commit 22bd647

Please sign in to comment.