Skip to content

Commit

Permalink
prepare release 0.47.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Bogensberger committed Feb 10, 2015
1 parent 6e62270 commit 9ed1908
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ Changes for Crate
Unreleased
==========

2015/02/10 0.47.1
=================

- Improved performance of queries that use generic scalar functions (like
equals comparison on arrays)

Expand Down
4 changes: 2 additions & 2 deletions core/src/main/java/io/crate/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ public class Version {
// the (internal) format of the id is there so we can easily do after/before checks on the id


public static final boolean SNAPSHOT = true;
public static final Version CURRENT = new Version(470099, SNAPSHOT, org.elasticsearch.Version.V_1_4_2);
public static final boolean SNAPSHOT = false;
public static final Version CURRENT = new Version(470199, SNAPSHOT, org.elasticsearch.Version.V_1_4_2);

static {
// safe-guard that we don't release a version with DEBUG_MODE set to true
Expand Down

0 comments on commit 9ed1908

Please sign in to comment.