summaryrefslogtreecommitdiff
path: root/lib/delphi/src/Thrift.pas
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 /lib/delphi/src/Thrift.pas
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 'lib/delphi/src/Thrift.pas')
-rw-r--r--lib/delphi/src/Thrift.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/delphi/src/Thrift.pas b/lib/delphi/src/Thrift.pas
index 65f23abf2..81c498872 100644
--- a/lib/delphi/src/Thrift.pas
+++ b/lib/delphi/src/Thrift.pas
@@ -25,7 +25,7 @@ uses
SysUtils, Thrift.Protocol;
const
- Version = '1.0.0-dev';
+ Version = '0.9.2';
type
TApplicationException = class( SysUtils.Exception )