Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Tarassov2017-12-06 03:14:37 +0000
committerEugene Tarassov2017-12-06 03:14:37 +0000
commit3a619d62c9e78bb032963c0ee687c7c5c5318d21 (patch)
tree90e5c6d07e97c1a62dc1ff95d9e351bfd6f63322
parenteee1b9c64c3560dd7f4c5ef98109084cf7d50856 (diff)
downloadorg.eclipse.tcf.agent-3a619d62c9e78bb032963c0ee687c7c5c5318d21.tar.gz
org.eclipse.tcf.agent-3a619d62c9e78bb032963c0ee687c7c5c5318d21.tar.xz
org.eclipse.tcf.agent-3a619d62c9e78bb032963c0ee687c7c5c5318d21.zip
TCF version number changed to 1.61.6.0
-rw-r--r--agent/Makefile.inc2
-rw-r--r--agent/tcf/framework/tcf.h4
-rw-r--r--agent/tcf/main/tcf-agent.spec4
3 files changed, 6 insertions, 4 deletions
diff --git a/agent/Makefile.inc b/agent/Makefile.inc
index 8304cfec..62a9d24f 100644
--- a/agent/Makefile.inc
+++ b/agent/Makefile.inc
@@ -151,7 +151,7 @@ ifdef OpenSSL
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 f9f96b60..a5619823 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 016459f9..9458f178 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 @@ fi
%{_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

Back to the top