diff --git a/doomsday/versions.pri b/doomsday/versions.pri index 0c549dbc98..f32df9067b 100644 --- a/doomsday/versions.pri +++ b/doomsday/versions.pri @@ -1,3 +1,10 @@ +# The Doomsday Engine Project +# Copyright (c) 2011-2012 Jaakko Keränen +# +# Runs a Python script that reads the current version numbers and release +# information from the headers of the various components. Python is assumed to +# be on the system path. + defineReplace(findVersion) { info = $$system(python \"$$PWD/../distrib/build_version.py\" \"$$PWD/$$1\") # Result: versionbase buildnum reltype winver