summaryrefslogtreecommitdiff
path: root/lib/haxe
diff options
context:
space:
mode:
authorjfarrell <jfarrell@apache.org>2018-10-16 22:36:46 -0400
committerJames E. King III <jking@apache.org>2018-12-18 20:24:34 -0500
commit384647d290e2e4a55a14b1b7ef1b7e66293a2c33 (patch)
treef876c79d4945d64c1eb8fb55291ba96a03af6dae /lib/haxe
parent9b75e4fe745a9b08e6ccdc0998ec7a69272f5b4c (diff)
downloadthrift-384647d290e2e4a55a14b1b7ef1b7e66293a2c33.tar.gz
Version 0.12.0v0.12.00.12.0
Diffstat (limited to 'lib/haxe')
-rw-r--r--lib/haxe/README.md4
-rw-r--r--lib/haxe/haxelib.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/haxe/README.md b/lib/haxe/README.md
index 19bbbaabf..02e6919df 100644
--- a/lib/haxe/README.md
+++ b/lib/haxe/README.md
@@ -71,8 +71,8 @@ either from the official ASF repo, or via the github mirror.
- To set up any **stable version**, choose the appropriate branch (e.g. `0.10.0`):
- - `haxelib git thrift https://git.apache.org/thrift.git 0.10.0 lib/haxe`
- - `haxelib git thrift https://github.com/apache/thrift.git 0.10.0 lib/haxe`
+ - `haxelib git thrift https://git.apache.org/thrift.git 0.12.0 lib/haxe`
+ - `haxelib git thrift https://github.com/apache/thrift.git 0.12.0 lib/haxe`
- To set up the current **development version**, use the `master` branch:
diff --git a/lib/haxe/haxelib.json b/lib/haxe/haxelib.json
index f76990e8b..8d1bb1194 100644
--- a/lib/haxe/haxelib.json
+++ b/lib/haxe/haxelib.json
@@ -4,7 +4,7 @@
"license": "Apache",
"tags": ["thrift", "rpc", "serialization", "cross", "framework"],
"description": "Haxe bindings for the Apache Thrift RPC and serialization framework",
- "version": "1.0.0-dev",
+ "version": "0.12.0",
"releasenote": "Licensed under Apache License, Version 2.0. The Apache Thrift compiler needs to be installed separately.",
"contributors": ["Apache Software Foundation (ASF)"],
"dependencies": { },