Instiki 0.19.2

Bump version number.

Also update to a faster method
of loading MathJax (thanks to
Davide Cervone for assistance).
This commit is contained in:
Jacques Distler 2011-06-11 23:39:42 -05:00
parent 79a966f71f
commit cbf13ad57a
3 changed files with 20 additions and 4 deletions

View file

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