- Timestamp:
- 04/16/09 10:38:08 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SlideShowPlugin/lib/Foswiki/Plugins/SlideShowPlugin.pm
r3348 r3458 22 22 23 23 use vars qw( 24 $web $topic $user $installWeb $ VERSION $RELEASE $debug $addedHead24 $web $topic $user $installWeb $debug $addedHead 25 25 ); 26 26 27 28 # This should always be $Rev$ so that Foswiki can determine the checked-in 29 # status of the plugin. It is used by the build automation tools, so 30 # you should leave it alone. 31 $VERSION = '$Rev$'; 32 33 # This is a free-form string you can use to "name" your own plugin version. 34 # It is *not* used by the build automation tools, but is reported as part 35 # of the version number in PLUGINDESCRIPTIONS. 36 $RELEASE = '31 Mar 2009'; 27 our $VERSION = '$Rev$'; 28 our $RELEASE = '31 Mar 2009'; 29 our $SHORTDESCRIPTION = 'Create web based presentations based on topics with headings'; 30 our $NO_PREFS_IN_TOPIC = 1; 37 31 38 32 sub initPlugin {
Note: See TracChangeset
for help on using the changeset viewer.
