From 591e20f9636c37527a70dc03598218c3468a0eff Mon Sep 17 00:00:00 2001 From: jfarrell Date: Tue, 4 Nov 2014 21:12:20 -0500 Subject: Thrift-2600: 0.9.2 release client: release patch: jfarrell Versioning for 0.9.2 release rc1. --- lib/delphi/src/Thrift.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/delphi/src') 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 ) -- cgit v1.2.1