From 7c84ac3eac5ff55df9aca8374336187b3e855fe2 Mon Sep 17 00:00:00 2001 From: Philipp Naderer Date: Tue, 11 Oct 2016 13:07:49 +0200 Subject: [PATCH] Updates version to 1.0.0 This prepares the official release and is needed to distinct between the previous 0.12 release and the current master (which will become 1.0.0 later). --- build.xml | 2 +- src/org/ringojs/engine/RhinoEngine.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.xml b/build.xml index 1cd087ed4..d583f30a8 100644 --- a/build.xml +++ b/build.xml @@ -22,7 +22,7 @@ - + diff --git a/src/org/ringojs/engine/RhinoEngine.java b/src/org/ringojs/engine/RhinoEngine.java index 250f46a24..d9fb2d25b 100644 --- a/src/org/ringojs/engine/RhinoEngine.java +++ b/src/org/ringojs/engine/RhinoEngine.java @@ -76,7 +76,7 @@ public class RhinoEngine implements ScopeProvider { private static Logger log = Logger.getLogger(RhinoEngine.class.getName()); public static final List VERSION = - Collections.unmodifiableList(Arrays.asList(0, 12, 0)); + Collections.unmodifiableList(Arrays.asList(1, 0, 0)); /** * Create a RhinoEngine with the given configuration. If globals