Instiki 0.19

This commit is contained in:
Jacques Distler 2010-09-28 11:05:48 -05:00
parent 54c5060533
commit 239a8d97e5
3 changed files with 9 additions and 5 deletions

View file

@ -273,7 +273,7 @@ module Instiki
MINOR = 19
TINY = 0
SUFFIX = '(MML+)'
PRERELEASE = 'pre'
PRERELEASE = false
if PRERELEASE
STRING = [MAJOR, MINOR].join('.') + PRERELEASE + SUFFIX
else