Thrift-1415: delphi: add version Info to the library
Client: delphi
Patch: Jens Geyer
Adding versioning to delphi library
git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1197957 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/delphi/src/Thrift.pas b/lib/delphi/src/Thrift.pas
index 48c3d47..a1c959d 100644
--- a/lib/delphi/src/Thrift.pas
+++ b/lib/delphi/src/Thrift.pas
@@ -24,6 +24,9 @@
uses
SysUtils, Thrift.Protocol;
+const
+ Version = '0.8.0-dev';
+
type
IProcessor = interface
['{B1538A07-6CAC-4406-8A4C-AFED07C70A89}']