Prepare for 0.19.2 Release

This commit is contained in:
Jacques Distler 2011-06-04 01:14:17 -05:00
parent fcd8900cb7
commit 0ae83c3560
2 changed files with 9 additions and 2 deletions

View file

@ -277,9 +277,9 @@ module Instiki
module VERSION #:nodoc:
MAJOR = 0
MINOR = 19
TINY = 1
TINY = 2
SUFFIX = '(MML+)'
PRERELEASE = false
PRERELEASE = 'pre'
if PRERELEASE
STRING = [MAJOR, MINOR].join('.') + PRERELEASE + SUFFIX
else