Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2011-05-27 15:48:33 +0000
committereutarass2011-05-27 15:48:33 +0000
commit28885a1f436a8e061b6acca2a02ce7924b1a4480 (patch)
treef7456beacf726c6c1efecda858166fdbcad7c958
parent516139159e6ec6e7dc86b0d985949040762a77bb (diff)
downloadorg.eclipse.tcf.agent-28885a1f436a8e061b6acca2a02ce7924b1a4480.tar.gz
org.eclipse.tcf.agent-28885a1f436a8e061b6acca2a02ce7924b1a4480.tar.xz
org.eclipse.tcf.agent-28885a1f436a8e061b6acca2a02ce7924b1a4480.zip
TCF Agent: added macro _TCF_VERSION in framework/tcf.h.
-rw-r--r--framework/tcf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/framework/tcf.h b/framework/tcf.h
index 625e9eba..0511fc7a 100644
--- a/framework/tcf.h
+++ b/framework/tcf.h
@@ -15,4 +15,8 @@
#ifndef D_tcf
#define D_tcf
+#define _TCF_VERSION_MAJOR 0
+#define _TCF_VERSION_MINOR 4
+#define _TCF_VERSION (_TCF_VERSION_MAJOR * 100 + _TCF_VERSION_MINOR)
+
#endif

Back to the top