aboutsummaryrefslogtreecommitdiff
path: root/methods.py
diff options
context:
space:
mode:
authorRémi Verschelde2017-04-10 23:08:19 +0200
committerRémi Verschelde2017-04-20 12:14:34 +0200
commit99529fb80dd4914807d89dafc82087da7b4c26c2 (patch)
treea62fd6650bf56b511f746dfb5c766868cf032cfb /methods.py
parent22b9c0207bf3a50bcc0db6df8af5ec2d8631abcc (diff)
downloadgodot-99529fb80dd4914807d89dafc82087da7b4c26c2.tar.gz
godot-99529fb80dd4914807d89dafc82087da7b4c26c2.tar.zst
godot-99529fb80dd4914807d89dafc82087da7b4c26c2.zip
Diffstat (limited to 'methods.py')
-rw-r--r--methods.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/methods.py b/methods.py
index d8f0bf665..cad87ad77 100644
--- a/methods.py
+++ b/methods.py
@@ -1165,7 +1165,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")