# HG changeset patch # User Ruby Dennington # Date 2022-05-10 16:03:14 # Node ID 52126924324614fdb11ed3d41e2c46a981ee626b # Parent c5b7e32d88b6ab0d4522d2e0ab06890c6fffee41 TheleTTD 6.0.1 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.1pre" +VERSION_TAG = "TheleTTD-6.0.1" #================================