Commit 13c8248d32ced6cd9deb95f1353eff00ceef35ae
1 parent
a611ada4
bump
git-svn-id: http://svn.net-core.org/repos/t-engine4@4765 51575b47-30f0-44d4-a5cc-537603b46e54
Showing
6 changed files
with
8 additions
and
8 deletions
@@ -18,7 +18,7 @@ | @@ -18,7 +18,7 @@ | ||
18 | -- darkgod@te4.org | 18 | -- darkgod@te4.org |
19 | 19 | ||
20 | -- Engine Version | 20 | -- Engine Version |
21 | -engine.version = {0,9,36,"te4",17} | 21 | +engine.version = {0,9,37,"te4",17} |
22 | engine.require_c_core = engine.version[5] | 22 | engine.require_c_core = engine.version[5] |
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]) | 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,8 +23,8 @@ short_name = "boot" | @@ -23,8 +23,8 @@ short_name = "boot" | ||
23 | author = { "DarkGod", "darkgod@te4.org" } | 23 | author = { "DarkGod", "darkgod@te4.org" } |
24 | homepage = "http://te4.org/" | 24 | homepage = "http://te4.org/" |
25 | is_boot = true | 25 | is_boot = true |
26 | -version = {0,9,36} | ||
27 | -engine = {0,9,36,"te4"} | 26 | +version = {0,9,37} |
27 | +engine = {0,9,37,"te4"} | ||
28 | description = [[ | 28 | description = [[ |
29 | Bootmenu! | 29 | Bootmenu! |
30 | ]] | 30 | ]] |
@@ -23,7 +23,7 @@ short_name = "example" | @@ -23,7 +23,7 @@ short_name = "example" | ||
23 | author = { "DarkGod", "darkgod@te4.org" } | 23 | author = { "DarkGod", "darkgod@te4.org" } |
24 | homepage = "http://te4.org/modules:example" | 24 | homepage = "http://te4.org/modules:example" |
25 | version = {1,0,0} | 25 | version = {1,0,0} |
26 | -engine = {0,9,36,"te4"} | 26 | +engine = {0,9,37,"te4"} |
27 | description = [[ | 27 | description = [[ |
28 | This is *NOT* a game, just an example/template to make your own using the T-Engine4. | 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,7 +23,7 @@ short_name = "example_realtime" | ||
23 | author = { "DarkGod", "darkgod@te4.org" } | 23 | author = { "DarkGod", "darkgod@te4.org" } |
24 | homepage = "http://te4.org/modules:example" | 24 | homepage = "http://te4.org/modules:example" |
25 | version = {1,0,0} | 25 | version = {1,0,0} |
26 | -engine = {0,9,36,"te4"} | 26 | +engine = {0,9,37,"te4"} |
27 | description = [[ | 27 | description = [[ |
28 | This is *NOT* a game, just an example/template to make your own using the T-Engine4. | 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 = "gruesome" | @@ -23,7 +23,7 @@ short_name = "gruesome" | ||
23 | author = { "Darren Grey", "darrenjohngrey@hotmail.com" } | 23 | author = { "Darren Grey", "darrenjohngrey@hotmail.com" } |
24 | homepage = "http://gruesomegames.com/" | 24 | homepage = "http://gruesomegames.com/" |
25 | version = {1,0,0} | 25 | version = {1,0,0} |
26 | -engine = {0,9,25,"te4"} | 26 | +engine = {0,9,37,"te4"} |
27 | description = [[ | 27 | description = [[ |
28 | "It is pitch black. You are likely to eat someone..." | 28 | "It is pitch black. You are likely to eat someone..." |
29 | 29 |
@@ -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" | ||
22 | short_name = "tome" | 22 | short_name = "tome" |
23 | author = { "DarkGod", "darkgod@te4.org" } | 23 | author = { "DarkGod", "darkgod@te4.org" } |
24 | homepage = "http://tome.te4.org/" | 24 | homepage = "http://tome.te4.org/" |
25 | -version = {3,9,36} | ||
26 | -engine = {0,9,36,"te4"} | 25 | +version = {3,9,37} |
26 | +engine = {0,9,37,"te4"} | ||
27 | description = [[ | 27 | description = [[ |
28 | Welcome to Maj'Eyal. | 28 | Welcome to Maj'Eyal. |
29 | 29 |
-
Please register or login to post a comment