Commit 7104e9633a51cb8b3035f1f9d7831319deb80611

Authored by dg
1 parent 852f2f4d

b33


git-svn-id: http://svn.net-core.org/repos/t-engine4@4351 51575b47-30f0-44d4-a5cc-537603b46e54
... ... @@ -18,7 +18,7 @@
18 18 -- darkgod@te4.org
19 19
20 20 -- Engine Version
21   -engine.version = {0,9,32,"te4",15}
  21 +engine.version = {0,9,33,"te4",15}
22 22 engine.require_c_core = engine.version[5]
23 23 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])
24 24
... ...
... ... @@ -23,7 +23,7 @@ short_name = "example"
23 23 author = { "DarkGod", "darkgod@te4.org" }
24 24 homepage = "http://te4.org/modules:example"
25 25 version = {1,0,0}
26   -engine = {0,9,32,"te4"}
  26 +engine = {0,9,33,"te4"}
27 27 description = [[
28 28 This is *NOT* a game, just an example/template to make your own using the T-Engine4.
29 29 ]]
... ...
... ... @@ -23,7 +23,7 @@ short_name = "example_realtime"
23 23 author = { "DarkGod", "darkgod@te4.org" }
24 24 homepage = "http://te4.org/modules:example"
25 25 version = {1,0,0}
26   -engine = {0,9,32,"te4"}
  26 +engine = {0,9,33,"te4"}
27 27 description = [[
28 28 This is *NOT* a game, just an example/template to make your own using the T-Engine4.
29 29 ]]
... ...
... ... @@ -22,8 +22,8 @@ long_name = "Tales of Maj'Eyal: Age of Ascendancy"
22 22 short_name = "tome"
23 23 author = { "DarkGod", "darkgod@te4.org" }
24 24 homepage = "http://tome.te4.org/"
25   -version = {3,9,32}
26   -engine = {0,9,32,"te4"}
  25 +version = {3,9,33}
  26 +engine = {0,9,33,"te4"}
27 27 description = [[
28 28 Welcome to Maj'Eyal.
29 29
... ...