aboutsummaryrefslogtreecommitdiff
path: root/ports/entityx/CONTROL
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2018-10-27 12:50:27 -0700
committerRobert Schumacher <roschuma@microsoft.com>2018-10-27 12:50:27 -0700
commit3270a9a469d95350b4b3492e04e28dc4ec56d467 (patch)
tree488e73c3e56246263699162dd84f6ea6bfbfbc91 /ports/entityx/CONTROL
parent74d385ff1649cb2d3c2146b69cbafe9651db4931 (diff)
downloadvcpkg-3270a9a469d95350b4b3492e04e28dc4ec56d467.tar.gz
vcpkg-3270a9a469d95350b4b3492e04e28dc4ec56d467.zip
[entityx] Fix osx build by enabling c++14
Diffstat (limited to 'ports/entityx/CONTROL')
-rw-r--r--ports/entityx/CONTROL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/entityx/CONTROL b/ports/entityx/CONTROL
index cbf618e0a..dacd86ee9 100644
--- a/ports/entityx/CONTROL
+++ b/ports/entityx/CONTROL
@@ -1,3 +1,3 @@
Source: entityx
-Version: 1.2.0-1
+Version: 1.2.0-2
Description: EntityX - A fast, type-safe C++ Entity-Component system. <https://github.com/alecthomas/entityx>