Updated wiki download scripts to v013

This commit is contained in:
Yorik van Havre 2012-12-09 20:42:32 -02:00
parent 5ea105abd6
commit 1860d7de38

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.12'
RELEASE = '0.13'
# END CONFIGURATION ##############################################