Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
oberhamsi committed Nov 27, 2013
1 parent c740eb2 commit 343f9d5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<!-- =================================================================== -->
<target name="init">
<property name="project" value="ringojs"/>
<property name="version" value="0.9"/>
<property name="version" value="0.10"/>

<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.10-1) unstable; urgency=low

* Bump version to 0.10

-- Simon Oberhammer <[email protected]> Wed, 26 Nov 2013 14:30:00 +0100

ringojs (0.9-1) unstable; urgency=low

* Bump version to 0.9
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>org.ringojs</groupId>
<artifactId>ringojs</artifactId>
<version>0.9.0</version>
<version>0.10.0</version>

<packaging>jar</packaging>

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 @@ -75,7 +75,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, 9));
Collections.unmodifiableList(Arrays.asList(0, 10));

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

0 comments on commit 343f9d5

Please sign in to comment.