1
0
mirror of https://github.com/veden/Rampant.git synced 2025-02-03 13:11:54 +02:00

prepped for next version

This commit is contained in:
Aaron Veden 2017-06-10 01:47:15 -07:00
parent 75eb3a29d4
commit c254facfd5
3 changed files with 5 additions and 5 deletions

View File

@ -142,10 +142,10 @@ function upgrade.attempt(natives, regionMap)
game.surfaces[1].print("Rampant - Version 0.15.11")
global.version = constants.VERSION_23
end
if (global.version < constants.VERSION_24) then
if (global.version < constants.VERSION_25) then
game.surfaces[1].print("Rampant - Version 0.15.14")
global.version = constants.VERSION_24
game.surfaces[1].print("Rampant - Version 0.15.15")
global.version = constants.VERSION_25
end
return starting ~= global.version
end

View File

@ -1,7 +1,7 @@
{
"name" : "Rampant",
"factorio_version" : "0.15",
"version" : "0.15.14",
"version" : "0.15.15",
"title" : "Rampant",
"author" : "Veden",
"homepage" : "https://forums.factorio.com/viewtopic.php?f=94&t=31445",

View File

@ -11,7 +11,7 @@ constants.VERSION_18 = 18
constants.VERSION_20 = 20
constants.VERSION_22 = 22
constants.VERSION_23 = 23
constants.VERSION_24 = 24
constants.VERSION_25 = 25
-- misc