summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2018-11-24 22:58:18 +0800
committerruki <[email protected]>2018-11-24 22:58:18 +0800
commit0eec3811e9574d506c11c662889b3e0802f6b09e (patch)
treefa0fc77497ef5f8c1665c1fde2d17376acccb9a4
parent4366dc9f6990917e32ece74fea8771b0f7a9457e (diff)
modify xmakever for templates
-rw-r--r--xmake/templates/c++/shared_library_tbox/project/xmake.lua2
-rw-r--r--xmake/templates/c++/static_library_tbox/project/xmake.lua2
-rw-r--r--xmake/templates/c/console_tbox/project/xmake.lua2
-rw-r--r--xmake/templates/c/shared_library_tbox/project/xmake.lua2
-rw-r--r--xmake/templates/c/static_library_tbox/project/xmake.lua2
5 files changed, 5 insertions, 5 deletions
diff --git a/xmake/templates/c++/shared_library_tbox/project/xmake.lua b/xmake/templates/c++/shared_library_tbox/project/xmake.lua
index 37565d652..7a9c99391 100644
--- a/xmake/templates/c++/shared_library_tbox/project/xmake.lua
+++ b/xmake/templates/c++/shared_library_tbox/project/xmake.lua
@@ -1,5 +1,5 @@
-- version
-set_xmakever("2.1.6")
+set_xmakever("2.2.2")
-- set warning all as error
set_warnings("all", "error")
diff --git a/xmake/templates/c++/static_library_tbox/project/xmake.lua b/xmake/templates/c++/static_library_tbox/project/xmake.lua
index 37565d652..7a9c99391 100644
--- a/xmake/templates/c++/static_library_tbox/project/xmake.lua
+++ b/xmake/templates/c++/static_library_tbox/project/xmake.lua
@@ -1,5 +1,5 @@
-- version
-set_xmakever("2.1.6")
+set_xmakever("2.2.2")
-- set warning all as error
set_warnings("all", "error")
diff --git a/xmake/templates/c/console_tbox/project/xmake.lua b/xmake/templates/c/console_tbox/project/xmake.lua
index a9dbbc88e..83a45434f 100644
--- a/xmake/templates/c/console_tbox/project/xmake.lua
+++ b/xmake/templates/c/console_tbox/project/xmake.lua
@@ -1,5 +1,5 @@
-- version
-set_xmakever("2.1.6")
+set_xmakever("2.2.2")
-- set warning all as error
set_warnings("all", "error")
diff --git a/xmake/templates/c/shared_library_tbox/project/xmake.lua b/xmake/templates/c/shared_library_tbox/project/xmake.lua
index 37565d652..7a9c99391 100644
--- a/xmake/templates/c/shared_library_tbox/project/xmake.lua
+++ b/xmake/templates/c/shared_library_tbox/project/xmake.lua
@@ -1,5 +1,5 @@
-- version
-set_xmakever("2.1.6")
+set_xmakever("2.2.2")
-- set warning all as error
set_warnings("all", "error")
diff --git a/xmake/templates/c/static_library_tbox/project/xmake.lua b/xmake/templates/c/static_library_tbox/project/xmake.lua
index 37565d652..7a9c99391 100644
--- a/xmake/templates/c/static_library_tbox/project/xmake.lua
+++ b/xmake/templates/c/static_library_tbox/project/xmake.lua
@@ -1,5 +1,5 @@
-- version
-set_xmakever("2.1.6")
+set_xmakever("2.2.2")
-- set warning all as error
set_warnings("all", "error")