Releng: Upversion TCF to 1.8
diff --git a/agent/Makefile.inc b/agent/Makefile.inc
index 396b7f0..1161049 100644
--- a/agent/Makefile.inc
+++ b/agent/Makefile.inc
@@ -152,9 +152,9 @@
 
 SPEC_FILE := $(wildcard $(TCF_AGENT_DIR)/tcf/main/tcf-agent.spec)
 ifeq (,$(SPEC_FILE))
-  VERSION := 1.7.0
+  VERSION := 1.8.0
 else ifeq ($(OPSYS),MinGW)
-  VERSION := 1.7.0
+  VERSION := 1.8.0
 else
   VERSION := $(shell grep "%define version " $(SPEC_FILE) | sed -e "s/%define version //")
 endif
diff --git a/agent/tcf/framework/tcf.h b/agent/tcf/framework/tcf.h
index 61c58dd..26d3fd5 100644
--- a/agent/tcf/framework/tcf.h
+++ b/agent/tcf/framework/tcf.h
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2007-2018 Wind River Systems, Inc. and others.
+ * Copyright (c) 2007-2023 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 7
+#define _TCF_VERSION_MINOR 8
 #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 5166b4d..e8396bf 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.7.0
+%define version 1.8.0
 %define release 1.%(bin/get-os-tag)
 %define make_options CONF=Release PATH_Plugins=/etc/tcf/plugins