Skip to content

Commit

Permalink
Item1771: Small docu update to identify version of TopicUserMappingCo…
Browse files Browse the repository at this point in the history
…ntrib

git-svn-id: http://svn.foswiki.org/branches/Release01x00@5052 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
KennethLavrsen authored and KennethLavrsen committed Sep 20, 2009
1 parent ca996e7 commit bbc383d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Expand Up @@ -2,7 +2,7 @@
---+!! !TopicUserMappingContrib
<!--
One line description, required for extensions repository catalog.
* Set SHORTDESCRIPTION = User management using data stored in topics
* Set SHORTDESCRIPTION = %$SHORTDESCRIPTION%
-->
%SHORTDESCRIPTION%

Expand Down Expand Up @@ -68,8 +68,10 @@ It's a part of the default distribution of the Foswiki Core.

| Contrib Author(s): | Copyright (C) 2007-2008 Sven Dowideit, SvenDowideit@WikiRing.com and Project Contributors. |
| License: | [[http://www.gnu.org/licenses/gpl.html][GPL (Gnu General Public License)]] |
| Contrib Version: | 4.2.2 (16 Dec 2008) |
| Version: | %$VERSION% |
| Release: | %$RELEASE% |
| Change History: | <!-- versions below in reverse order -->&nbsp; |
| 4.2.3 | 20 Sep 2009 - Foswiki 1.0.7 version |
| 4.2.2 | 16 Dec 2008 - Foswiki version |
| 4.2.1 | 03 Aug 2008 - Distributed with TWiki 4.2.1 |
| 4.2.0 | 22 Jan 2008 - Distributed with TWiki 4.2.0 |
Expand Down
Expand Up @@ -15,9 +15,7 @@ package Foswiki::Contrib::TopicUserMappingContrib;

use strict;

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

$VERSION = '$Rev$';
$RELEASE = '';
$SHORTDESCRIPTION = '';
our $VERSION = '$Rev$';
our $RELEASE = '4.2.3';
our $SHORTDESCRIPTION = 'User management using data stored in topics';

0 comments on commit bbc383d

Please sign in to comment.