Skip to content
Snippets Groups Projects
Commit 68f5fa3b authored by dg's avatar dg
Browse files

bump to 24

git-svn-id: http://svn.net-core.org/repos/t-engine4@3159 51575b47-30f0-44d4-a5cc-537603b46e54
parent 4d68e2b8
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
-- Nicolas Casalini "DarkGod" -- Nicolas Casalini "DarkGod"
-- darkgod@te4.org -- darkgod@te4.org
TE4CORE_VERSION = 13 TE4CORE_VERSION = 14
corename = "te4core-"..TE4CORE_VERSION corename = "te4core-"..TE4CORE_VERSION
newoption { newoption {
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
-- darkgod@te4.org -- darkgod@te4.org
-- Engine Version -- Engine Version
engine.version = {0,9,23,"te4",13} engine.version = {0,9,24,"te4",14}
engine.require_c_core = engine.version[5] engine.require_c_core = engine.version[5]
engine.version_id = ("%s-%d_%d.%d.%d"):format(engine.version[4], engine.require_c_core, engine.version[1], engine.version[2], engine.version[3]) engine.version_id = ("%s-%d_%d.%d.%d"):format(engine.version[4], engine.require_c_core, engine.version[1], engine.version[2], engine.version[3])
......
...@@ -23,8 +23,8 @@ short_name = "boot" ...@@ -23,8 +23,8 @@ short_name = "boot"
author = { "DarkGod", "darkgod@te4.org" } author = { "DarkGod", "darkgod@te4.org" }
homepage = "http://te4.org/" homepage = "http://te4.org/"
is_boot = true is_boot = true
version = {0,9,23} version = {0,9,24}
engine = {0,9,23,"te4"} engine = {0,9,24,"te4"}
description = [[ description = [[
Bootmenu! Bootmenu!
]] ]]
......
...@@ -23,7 +23,7 @@ short_name = "angband" ...@@ -23,7 +23,7 @@ short_name = "angband"
author = { "DarkGod", "darkgod@te4.org" } author = { "DarkGod", "darkgod@te4.org" }
homepage = "http://te4.org/modules:angband" homepage = "http://te4.org/modules:angband"
version = {1,0,0} version = {1,0,0}
engine = {0,9,23,"te4"} engine = {0,9,24,"te4"}
description = [[ description = [[
This is a port of Angband to T-Engine4. This is a port of Angband to T-Engine4.
]] ]]
......
...@@ -23,7 +23,7 @@ short_name = "example" ...@@ -23,7 +23,7 @@ short_name = "example"
author = { "DarkGod", "darkgod@te4.org" } author = { "DarkGod", "darkgod@te4.org" }
homepage = "http://te4.org/modules:example" homepage = "http://te4.org/modules:example"
version = {1,0,0} version = {1,0,0}
engine = {0,9,23,"te4"} engine = {0,9,24,"te4"}
description = [[ description = [[
This is *NOT* a game, just an example/template to make your own using the T-Engine4. This is *NOT* a game, just an example/template to make your own using the T-Engine4.
]] ]]
......
...@@ -23,7 +23,7 @@ short_name = "example_realtime" ...@@ -23,7 +23,7 @@ short_name = "example_realtime"
author = { "DarkGod", "darkgod@te4.org" } author = { "DarkGod", "darkgod@te4.org" }
homepage = "http://te4.org/modules:example" homepage = "http://te4.org/modules:example"
version = {1,0,0} version = {1,0,0}
engine = {0,9,23,"te4"} engine = {0,9,24,"te4"}
description = [[ description = [[
This is *NOT* a game, just an example/template to make your own using the T-Engine4. This is *NOT* a game, just an example/template to make your own using the T-Engine4.
]] ]]
......
...@@ -22,8 +22,8 @@ long_name = "Tales of Maj'Eyal: Age of Ascendancy" ...@@ -22,8 +22,8 @@ long_name = "Tales of Maj'Eyal: Age of Ascendancy"
short_name = "tome" short_name = "tome"
author = { "DarkGod", "darkgod@te4.org" } author = { "DarkGod", "darkgod@te4.org" }
homepage = "http://tome.te4.org/" homepage = "http://tome.te4.org/"
version = {3,9,23} version = {3,9,24}
engine = {0,9,23,"te4"} engine = {0,9,24,"te4"}
description = [[ description = [[
Welcome to Maj'Eyal. Welcome to Maj'Eyal.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment