summaryrefslogtreecommitdiff
path: root/lib/d
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2019-01-25 00:41:17 -0500
committerJames E. King III <jking@apache.org>2019-01-25 23:33:54 -0500
commit8935c98046dbbdd36ede73c1525f1be9df8da5cd (patch)
tree478212d599d7d7bdb0404bf4b1a86b75be305ea7 /lib/d
parent129bb3e10d7bf1a1965d31cb8f30c7ccd3f96ecb (diff)
downloadthrift-8935c98046dbbdd36ede73c1525f1be9df8da5cd.tar.gz
THRIFT-4753: re-version master to next release 0.13.0
Diffstat (limited to 'lib/d')
-rw-r--r--lib/d/src/thrift/base.d2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/d/src/thrift/base.d b/lib/d/src/thrift/base.d
index d5ece738a..150c3da8e 100644
--- a/lib/d/src/thrift/base.d
+++ b/lib/d/src/thrift/base.d
@@ -50,7 +50,7 @@ class TCompoundOperationException : TException {
/// The Thrift version string, used for informative purposes.
// Note: This is currently hardcoded, but will likely be filled in by the build
// system in future versions.
-enum VERSION = "1.0.0";
+enum VERSION = "0.13.0";
/**
* Functions used for logging inside Thrift.