Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'testsrunner/org.eclipse.cdt.testsrunner')
-rw-r--r--testsrunner/org.eclipse.cdt.testsrunner/META-INF/MANIFEST.MF2
-rw-r--r--testsrunner/org.eclipse.cdt.testsrunner/about.properties4
2 files changed, 3 insertions, 3 deletions
diff --git a/testsrunner/org.eclipse.cdt.testsrunner/META-INF/MANIFEST.MF b/testsrunner/org.eclipse.cdt.testsrunner/META-INF/MANIFEST.MF
index 226532b41cc..504b9ab8d7d 100644
--- a/testsrunner/org.eclipse.cdt.testsrunner/META-INF/MANIFEST.MF
+++ b/testsrunner/org.eclipse.cdt.testsrunner/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.testsrunner;singleton:=true
-Bundle-Version: 8.2.100.qualifier
+Bundle-Version: 8.2.200.qualifier
Bundle-Activator: org.eclipse.cdt.testsrunner.internal.TestsRunnerPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
diff --git a/testsrunner/org.eclipse.cdt.testsrunner/about.properties b/testsrunner/org.eclipse.cdt.testsrunner/about.properties
index 57d42ddc89c..66b54327ee4 100644
--- a/testsrunner/org.eclipse.cdt.testsrunner/about.properties
+++ b/testsrunner/org.eclipse.cdt.testsrunner/about.properties
@@ -1,5 +1,5 @@
###############################################################################
-# Copyright (c) 2012, 2020 Contributors to the Eclipse Foundation
+# Copyright (c) 2012, 2021 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
@@ -24,7 +24,7 @@ blurb=C/C++ Unit Testing Support\n\
Version: {featureVersion}\n\
Build id: {0}\n\
\n\
-Copyright (c) 2012, 2020 Contributors to the Eclipse Foundation
+Copyright (c) 2012, 2021 Contributors to the Eclipse Foundation
\n\
See the NOTICE file(s) distributed with this work for additional\n\
information regarding copyright ownership.\n\

Back to the top