Skip to content

Commit

Permalink
Bump version to 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
botic committed Dec 19, 2014
1 parent 710dbef commit d553b88
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<!-- =================================================================== -->
<target name="init">
<property name="project" value="ringojs"/>
<property name="version" value="0.10.1-SNAPSHOT"/>
<property name="version" value="0.11"/>

<property name="home" value="."/>

Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
ringojs (0.11) unstable; urgency=low

* Bump version to 0.11

-- Philipp Naderer <[email protected]> Fri, 19 Dec 2014 16:00:00 +0100

ringojs (0.10-1) unstable; urgency=low

* Bump version to 0.10
Expand Down
2 changes: 1 addition & 1 deletion src/org/ringojs/engine/RhinoEngine.java
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public class RhinoEngine implements ScopeProvider {
private static Logger log = Logger.getLogger(RhinoEngine.class.getName());

public static final List<Integer> VERSION =
Collections.unmodifiableList(Arrays.asList(0, 10, 1));
Collections.unmodifiableList(Arrays.asList(0, 11, 0));

/**
* Create a RhinoEngine with the given configuration. If <code>globals</code>
Expand Down

0 comments on commit d553b88

Please sign in to comment.