aboutsummaryrefslogtreecommitdiff
path: root/game/src/Utility/GIT_INFO.gd
blob: dc023491c69345f22905e301f4fd13927a584c6f (plain) (blame)
1
2
3
4
5
6
7
8
9
### IMPORTANT: IF LOCATION IS CHANGED, PLEASE UPDATE IN addon/openvic2-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>"