aboutsummaryrefslogtreecommitdiff
path: root/game/src/GIT_INFO.gd
blob: 23f2e4fbf2c82d91f3bb3ff9a6df77679e4b1c94 (plain) (blame)
1
2
3
4
5
6
7
8
9
### IMPORTANT: IF LOCATION IS CHANGED, PLEASE UPDATE IN addon/openvic-plugin/ReleaseExportEditorPlugin
class_name _GIT_INFO_
extends RefCounted


const commit_hash : StringName = &"0000000000000000000000000000000000000000"
const short_hash : StringName = &"0000000"
const tag : StringName = &"<tag missing>"
const release_name : StringName = &"<release name missing>"