diff options
| author | Rémi Verschelde | 2017-04-10 23:08:19 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2017-04-10 23:08:28 +0200 |
| commit | 3b687c5474113b64f186388883ca85cdfe6523d4 (patch) | |
| tree | c00658b547c094c3f190227d8ec978301f500a6c /methods.py | |
| parent | c449df86f7007176cc55faab611297e67b054328 (diff) | |
| download | godot-3b687c5474113b64f186388883ca85cdfe6523d4.tar.gz godot-3b687c5474113b64f186388883ca85cdfe6523d4.tar.zst godot-3b687c5474113b64f186388883ca85cdfe6523d4.zip | |
Diffstat (limited to 'methods.py')
| -rwxr-xr-x | methods.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/methods.py b/methods.py index d6646697b..6b5bd94da 100755 --- a/methods.py +++ b/methods.py @@ -1093,7 +1093,7 @@ def update_version(): print("Using custom revision: " + rev) import version - f = open("core/version.h", "wb") + f = open("core/version_generated.h", "wb") f.write("#define VERSION_SHORT_NAME " + str(version.short_name) + "\n") f.write("#define VERSION_NAME " + str(version.name) + "\n") f.write("#define VERSION_MAJOR " + str(version.major) + "\n") |
