Updated version number in qt doc script

This commit is contained in:
Yorik van Havre
2015-03-07 14:31:51 -03:00
parent da9f2f2ff8
commit 28e8c17205

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 ##############################################