diff options
| author | Rémi Verschelde | 2018-02-23 19:48:49 +0100 |
|---|---|---|
| committer | Hein-Pieter van Braam | 2018-02-24 01:34:34 +0100 |
| commit | d79a7a27735fde30a843bbd931a663ffaa5884c9 (patch) | |
| tree | 23cf2551b422ba9e4508ae38f900030841748fd3 /main/main.cpp | |
| parent | 05fec82f313b31d3a5cbdcd8a25afcddfbef424a (diff) | |
| download | godot-d79a7a27735fde30a843bbd931a663ffaa5884c9.tar.gz godot-d79a7a27735fde30a843bbd931a663ffaa5884c9.tar.zst godot-d79a7a27735fde30a843bbd931a663ffaa5884c9.zip | |
Diffstat (limited to 'main/main.cpp')
| -rw-r--r-- | main/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.cpp b/main/main.cpp index 6b43219e5..4db3f9d97 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -174,7 +174,7 @@ static String get_full_version_string() { String hash = String(VERSION_HASH); if (hash.length() != 0) hash = "." + hash.left(7); - return String(VERSION_MKSTRING) + hash; + return String(VERSION_FULL_BUILD) + hash; } //#define DEBUG_INIT |
