diff options
Diffstat (limited to 'debug/org.eclipse.cdt.gdb')
-rw-r--r-- | debug/org.eclipse.cdt.gdb/META-INF/MANIFEST.MF | 2 | ||||
-rw-r--r-- | debug/org.eclipse.cdt.gdb/about.mappings | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/debug/org.eclipse.cdt.gdb/META-INF/MANIFEST.MF b/debug/org.eclipse.cdt.gdb/META-INF/MANIFEST.MF index f932d043308..c4788fde2b0 100644 --- a/debug/org.eclipse.cdt.gdb/META-INF/MANIFEST.MF +++ b/debug/org.eclipse.cdt.gdb/META-INF/MANIFEST.MF @@ -2,7 +2,7 @@ Manifest-Version: 1.0 Bundle-ManifestVersion: 2 Bundle-Name: %pluginName Bundle-SymbolicName: org.eclipse.cdt.gdb;singleton:=true -Bundle-Version: 7.0.1.qualifier +Bundle-Version: 7.0.100.qualifier Bundle-Activator: org.eclipse.cdt.gdb.internal.Activator Require-Bundle: org.eclipse.core.runtime;bundle-version="3.6.0" Bundle-ActivationPolicy: lazy diff --git a/debug/org.eclipse.cdt.gdb/about.mappings b/debug/org.eclipse.cdt.gdb/about.mappings index 0824105e69d..936a8039c3e 100644 --- a/debug/org.eclipse.cdt.gdb/about.mappings +++ b/debug/org.eclipse.cdt.gdb/about.mappings @@ -4,6 +4,6 @@ # This file does not need to be translated. # The following should contain the build version. -# e.g. "0=20020612" -# This value will be added automaticaly via the build scripts -0=@build@
\ No newline at end of file +# e.g. "0=20200106-1728" +# This value will be added automatically via the build scripts +0=${buildId} |