Skip to content

Commit

Permalink
Item13135: adding a gitignore
Browse files Browse the repository at this point in the history
Item12864: make sure plugins are releasable using proper VERSION and RELEASE tags
  • Loading branch information
MichaelDaum committed Dec 18, 2014
1 parent bceaae5 commit 19550ee
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
*.swp
igp_*
ChartPlugin.md5
ChartPlugin.sha1
ChartPlugin.tgz
ChartPlugin.txt
ChartPlugin.zip
ChartPlugin_installer
ChartPlugin_installer.pl
2 changes: 1 addition & 1 deletion lib/Foswiki/Plugins/ChartPlugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ use vars qw(
$defaultBarLeadingSpace $defaultBarTrailingSpace $defaultBarSpace
);

our $VERSION = '$Rev: 13790 $';
our $VERSION = '1.6.0';
our $RELEASE = '1.6.0';
our $SHORT_DESCRIPTION =
'Create area, bar, line and scatter charts to visualize table data';
Expand Down

0 comments on commit 19550ee

Please sign in to comment.