Updated version number in qt doc script

This commit is contained in:
Yorik van Havre 2015-03-07 14:31:51 -03:00
parent 1b7c0e2a51
commit 720bce762b

View File

@ -40,7 +40,7 @@ INDEX = "Online_Help_Toc" # the start page from where to crawl the wiki
VERBOSE = True # to display what's going on. Otherwise, runs totally silent.
QHELPCOMPILER = 'qhelpgenerator'
QCOLLECTIOMGENERATOR = 'qcollectiongenerator'
RELEASE = '0.14'
RELEASE = '0.15'
# END CONFIGURATION ##############################################