summaryrefslogtreecommitdiff
path: root/test/erl/src/thrift_test.app.src
diff options
context:
space:
mode:
authorjfarrell <jfarrell@apache.org>2014-11-04 21:12:20 -0500
committerjfarrell <jfarrell@apache.org>2014-11-04 21:12:20 -0500
commit591e20f9636c37527a70dc03598218c3468a0eff (patch)
tree84d603a1702dbb886ff01615d819ce07a615c660 /test/erl/src/thrift_test.app.src
parent4776166509cad7a2e3a624d39cbc2e97d9598311 (diff)
downloadthrift-591e20f9636c37527a70dc03598218c3468a0eff.tar.gz
Thrift-2600: 0.9.2 release0.9.20.9.2
client: release patch: jfarrell Versioning for 0.9.2 release rc1.
Diffstat (limited to 'test/erl/src/thrift_test.app.src')
-rw-r--r--test/erl/src/thrift_test.app.src2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/erl/src/thrift_test.app.src b/test/erl/src/thrift_test.app.src
index 4dcd37734..69e2e28bd 100644
--- a/test/erl/src/thrift_test.app.src
+++ b/test/erl/src/thrift_test.app.src
@@ -22,7 +22,7 @@
{description, "tests for thrift erlang compiler backend"},
% The version of the applicaton
- {vsn, "1.0.0-dev"},
+ {vsn, "0.9.2"},
% All modules used by the application.
{modules, [legacy_names_test, name_conflict_test, thrift_test_test]},