Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-06-09 10:46:27 +0000
committerAlexander Kurtakov2020-06-09 10:46:27 +0000
commit23ec3537708e159093ef65cff06df9c7b3f7fa61 (patch)
tree64c79ca30a5e355e6df69f1ff5904644f550d503
parent285c6cb0f5a45a011845bda201ca235843f2cb01 (diff)
downloadeclipse.platform.text-23ec3537708e159093ef65cff06df9c7b3f7fa61.tar.gz
eclipse.platform.text-23ec3537708e159093ef65cff06df9c7b3f7fa61.tar.xz
eclipse.platform.text-23ec3537708e159093ef65cff06df9c7b3f7fa61.zip
Bug 533429 - [printing] Add date to print header
Version bump for 4.17 stream. Change-Id: Ib548f4e4a7e028666edef8f9af0c1730ad8b9c2d Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--org.eclipse.ui.editors/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.editors/META-INF/MANIFEST.MF b/org.eclipse.ui.editors/META-INF/MANIFEST.MF
index df5880b0436..4c4c850e33c 100644
--- a/org.eclipse.ui.editors/META-INF/MANIFEST.MF
+++ b/org.eclipse.ui.editors/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.ui.editors; singleton:=true
-Bundle-Version: 3.13.200.qualifier
+Bundle-Version: 3.13.300.qualifier
Bundle-Activator: org.eclipse.ui.internal.editors.text.EditorsPlugin
Bundle-ActivationPolicy: lazy
Bundle-Vendor: %providerName

Back to the top