Version numbers updated to 1.4.0 for next release
diff --git a/agent/Makefile.inc b/agent/Makefile.inc
index 959028f..1f8eee8 100644
--- a/agent/Makefile.inc
+++ b/agent/Makefile.inc
@@ -136,7 +136,7 @@
 endif
 
 ifeq ($(OPSYS),MinGW)
-  VERSION := 1.3.0
+  VERSION := 1.4.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 a8e90f5..0d7bba5 100644
--- a/agent/tcf/framework/tcf.h
+++ b/agent/tcf/framework/tcf.h
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007, 2013 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007, 2015 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 3
+#define _TCF_VERSION_MINOR 4
 #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 483f23d..9290488 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.3.0
+%define version 1.4.0
 %define release 1.%(bin/get-os-tag)
 %define make_options CONF=Release PATH_Plugins=/etc/tcf/plugins
 
@@ -8,7 +8,7 @@
 Version: %{version}
 Release: %{release}
 Vendor: eclipse.org
-Source: http://dev.eclipse.org/svnroot/dsdp/org.eclipse.tm.tcf/trunk/srpms/%{name}-%{version}.tar.bz2
+Source: http://git.eclipse.org/c/tcf/org.eclipse.tcf.agent.git
 URL: http://wiki.eclipse.org/TCF
 Group: Development/Tools/Other
 BuildRoot: %{_tmppath}/%{name}-buildroot
@@ -62,7 +62,9 @@
 %{_includedir}/tcf
 
 %changelog
-* Mon Feb 17 2017 Eugene Tarassov <eugene.tarassov@xilinx.com> 1.2.0
+* Wed Jun 24 2015 Eugene Tarassov <eugene.tarassov@xilinx.com> 1.3.0
+- Eclipse 4.5.0 Mars release
+* Wed Jun 25 2014 Eugene Tarassov <eugene.tarassov@xilinx.com> 1.2.0
 - Eclipse 4.4.0 Luna release
 * Wed Jun 12 2013 Eugene Tarassov <eugene.tarassov@xilinx.com> 1.1.0
 - Eclipse 4.3.0 Kepler release