TCF version number changed to 1.6
diff --git a/agent/Makefile.inc b/agent/Makefile.inc
index 8304cfe..62a9d24 100644
--- a/agent/Makefile.inc
+++ b/agent/Makefile.inc
@@ -151,7 +151,7 @@
 endif
 
 ifeq ($(OPSYS),MinGW)
-  VERSION := 1.5.0
+  VERSION := 1.6.0
 else
   VERSION := $(shell grep "%define version " $(TCF_AGENT_DIR)/tcf/main/tcf-agent.spec | sed -e "s/%define version //")
 endif
diff --git a/agent/tcf/framework/tcf.h b/agent/tcf/framework/tcf.h
index f9f96b6..a561982 100644
--- a/agent/tcf/framework/tcf.h
+++ b/agent/tcf/framework/tcf.h
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2016 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2017 Wind River Systems, Inc. and others.
  * All rights reserved. This program and the accompanying materials
  * are made available under the terms of the Eclipse Public License v1.0
  * and Eclipse Distribution License v1.0 which accompany this distribution.
@@ -17,7 +17,7 @@
 #define D_tcf
 
 #define _TCF_VERSION_MAJOR 1
-#define _TCF_VERSION_MINOR 5
+#define _TCF_VERSION_MINOR 6
 #define _TCF_VERSION (_TCF_VERSION_MAJOR * 100 + _TCF_VERSION_MINOR)
 
 #endif
diff --git a/agent/tcf/main/tcf-agent.spec b/agent/tcf/main/tcf-agent.spec
index 016459f..9458f17 100644
--- a/agent/tcf/main/tcf-agent.spec
+++ b/agent/tcf/main/tcf-agent.spec
@@ -1,5 +1,5 @@
 %define name tcf-agent
-%define version 1.5.0
+%define version 1.6.0
 %define release 1.%(bin/get-os-tag)
 %define make_options CONF=Release PATH_Plugins=/etc/tcf/plugins
 
@@ -62,6 +62,8 @@
 %{_includedir}/tcf
 
 %changelog
+* Wed Jun 01 2017 Eugene Tarassov <eugene.tarassov@xilinx.com> 1.5.0
+- Eclipse 4.7.0 Oxygen release
 * Wed Jul 05 2016 Eugene Tarassov <eugene.tarassov@xilinx.com> 1.4.0
 - Eclipse 4.6.0 Neon release
 * Wed Jun 24 2015 Eugene Tarassov <eugene.tarassov@xilinx.com> 1.3.0