diff --git a/versiondump.py b/versiondump.py --- a/versiondump.py +++ b/versiondump.py @@ -14,7 +14,7 @@ import sys # save version to end 'pre' for unreleased builds with the version number being that of the next likely release -VERSION_TAG = "TheleTTD-6.0.1" +VERSION_TAG = "TheleTTD-6.0.2pre" #================================