Skip to content

Commit

Permalink
Item2109: BehaviourContrib needs a revision jump to sync its history …
Browse files Browse the repository at this point in the history
…and actual shown version

Just to limit the confusion when you see a recent date in the version but the change history says the plugin is from December last year


git-svn-id: http://svn.foswiki.org/branches/Release01x00@5016 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
KennethLavrsen authored and KennethLavrsen committed Sep 20, 2009
1 parent 932140e commit 00eeabc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion BehaviourContrib/data/System/BehaviourContrib.txt
Expand Up @@ -270,8 +270,9 @@ You can also set the global [[%SYSTEMWEB%.PreferenceSettings][preference setting
| Copyright: | Code: =behaviour.js= version 1.1 - Copyright (c) Ben Nolan and Simon Willison. Foswiki distribution and updates/additions: Foswiki:Main.ArthurClemens. |
| License: | BSD |
| Version: | %$VERSION% |
| Contrib Version: | 1.4 |
| Release: | %$RELEASE% |
| Change&nbsp;History: | <!-- specify latest version first -->&nbsp; |
| 20 Sep 2009 | 1.5 Minor documentation updates for Foswiki 1.0.7. No functional changes |
| 03 Dec 2008 | 1.4 Foswiki release version. |
| 17 Oct 2007 | 1.3 Replaced "faster code" by other code from Dean Edwards, [[ packed by http://groups.google.com/group/behaviour/browse_thread/thread/85137977bedf5ed/3cf3ba8065d41a8c#3cf3ba8065d41a8c][Raymond Irving]]. |
| 02 Jul 2007 | 1.2 Integrated other faster code by Dean Edwards: [[http://dean.edwards.name/weblog/2006/06/again/][faster onload (again)]]. |
Expand Down
2 changes: 1 addition & 1 deletion BehaviourContrib/lib/Foswiki/Contrib/BehaviourContrib.pm
@@ -1,7 +1,7 @@
package Foswiki::Contrib::BehaviourContrib;
use vars qw( $VERSION );
$VERSION = '$Rev$';
$RELEASE = '1.4';
$RELEASE = '1.5';

=begin TML
Expand Down

0 comments on commit 00eeabc

Please sign in to comment.