Skip to content

Commit

Permalink
Version tick.
Browse files Browse the repository at this point in the history
  • Loading branch information
Verteiron committed Jan 5, 2015
1 parent 7387010 commit 4466aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/Data/scripts/Source/vMYC_MetaQuestScript.psc
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Function DoUpkeep(Bool DelayedStart = True)
;FIXME: CHANGE THIS WHEN UPDATING!
ModVersionMajor = 1
ModVersionMinor = 1
ModVersionPatch = 4
ModVersionPatch = 5
_iCurrentVersion = GetVersionInt(ModVersionMajor,ModVersionMinor,ModVersionPatch)
_sCurrentVersion = GetVersionString(_iCurrentVersion)
String sModVersion = GetVersionString(ModVersion as Int)
Expand Down

0 comments on commit 4466aaa

Please sign in to comment.