Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rapicault2013-01-24 19:09:20 +0000
committerPascal Rapicault2013-01-24 19:09:20 +0000
commit6372c29ec3e0868dffb767916023bc07e1173bdd (patch)
tree7e8857cb322d4557a57941aad0eb03e04d275153 /bundles/org.eclipse.equinox.launcher
parent9f26147ae6cafb9d0c90c8963e702d136cce1adf (diff)
downloadrt.equinox.framework-6372c29ec3e0868dffb767916023bc07e1173bdd.tar.gz
rt.equinox.framework-6372c29ec3e0868dffb767916023bc07e1173bdd.tar.xz
rt.equinox.framework-6372c29ec3e0868dffb767916023bc07e1173bdd.zip
update version number
Diffstat (limited to 'bundles/org.eclipse.equinox.launcher')
-rw-r--r--bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF
index 5fc8342da..2d1671742 100644
--- a/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.equinox.launcher/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.equinox.launcher;singleton:=true
-Bundle-Version: 1.3.0.qualifier
+Bundle-Version: 1.4.0.qualifier
Main-Class: org.eclipse.equinox.launcher.Main
Bundle-ClassPath: .
Bundle-Vendor: %providerName

Back to the top