Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Item000: Build Release 2.1.5
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
core/lib/Foswiki.pm
|
@@ -211,8 +211,8 @@ BEGIN { |
|
|
|
|
|
# DO NOT CHANGE THE FORMAT OF $VERSION. |
|
|
# Use $RELEASE for a descriptive version. |
|
|
use version 0.77; $VERSION = version->declare('v2.1.4_003'); |
|
|
$RELEASE = 'Foswiki-2.1.5-RC'; |
|
|
use version 0.77; $VERSION = version->declare('v2.1.5'); |
|
|
$RELEASE = 'Foswiki-2.1.5'; |
|
|
|
|
|
# Default handlers for different %TAGS% |
|
|
# Where an entry is set as 'undef', the tag will be demand-loaded |
|
|