Skip to content

Commit

Permalink
version increment
Browse files Browse the repository at this point in the history
  • Loading branch information
JPMoresmau committed Oct 30, 2012
1 parent e4439ac commit 7579025
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions net.sf.eclipsefp.haskell-feature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="net.sf.eclipsefp.haskell"
label="%bundleName"
version="2.3.2"
version="2.3.3"
provider-name="%bundleVendor">

<description>
Expand Down Expand Up @@ -95,7 +95,7 @@ available at http://www.eclipse.org/legal/epl-v10.html.
id="net.sf.eclipsefp.haskell.ui"
download-size="0"
install-size="0"
version="2.3.2"
version="2.3.3"
unpack="false"/>

<plugin
Expand Down Expand Up @@ -123,7 +123,7 @@ available at http://www.eclipse.org/legal/epl-v10.html.
id="net.sf.eclipsefp.haskell.debug.core"
download-size="0"
install-size="0"
version="2.3.2"
version="2.3.3"
unpack="false"/>

<plugin
Expand Down
2 changes: 1 addition & 1 deletion net.sf.eclipsefp.haskell.debug.core/META-INF/MANIFEST.MF
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %bundleName
Bundle-SymbolicName: net.sf.eclipsefp.haskell.debug.core;singleton:=true
Bundle-Version: 2.3.2
Bundle-Version: 2.3.3
Bundle-Activator: net.sf.eclipsefp.haskell.debug.core.internal.HaskellDebugCore
Bundle-Vendor: %bundleVendor
Require-Bundle: org.eclipse.core.runtime,
Expand Down
4 changes: 2 additions & 2 deletions net.sf.eclipsefp.haskell.ui/META-INF/MANIFEST.MF
@@ -1,7 +1,7 @@
Manifest-Version: 1.0
Bundle-Name: %bundleName
Bundle-SymbolicName: net.sf.eclipsefp.haskell.ui;singleton:=true
Bundle-Version: 2.3.2
Bundle-Version: 2.3.3
Bundle-Activator: net.sf.eclipsefp.haskell.ui.HaskellUIPlugin
Bundle-Vendor: %bundleVendor
Bundle-Localization: plugin
Expand All @@ -19,7 +19,7 @@ Require-Bundle: net.sf.eclipsefp.haskell.core;bundle-version="2.3.2",
org.eclipse.debug.ui,
org.eclipse.ui.forms,
org.eclipse.core.variables;bundle-version="3.2.200",
net.sf.eclipsefp.haskell.debug.core;bundle-version="2.3.0",
net.sf.eclipsefp.haskell.debug.core;bundle-version="2.3.3",
net.sf.eclipsefp.haskell.browser;bundle-version="2.3.0",
org.apache.ant,
org.eclipse.ui.editors,
Expand Down
Expand Up @@ -80,8 +80,8 @@ public class ScionManager implements IResourceChangeListener {
/** Haskell console high water mark */
private int hConHighWater;

private final static String MINIMUM_BUILDWRAPPER="0.6.1";
private final static String MINIMUM_SCIONBROWSER="0.2.10";
private final static String MINIMUM_BUILDWRAPPER="0.6.2";
private final static String MINIMUM_SCIONBROWSER="0.2.12";

public ScionManager() {
// The interesting stuff is done in the start() method
Expand Down

0 comments on commit 7579025

Please sign in to comment.