Skip to content

Commit

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

2015/01/14 0.46.2
=================

- fix: throw correct exception if `_version` is misused in WHERE clause

- improved string lookup performance for group queries and global aggregates

- fix: throw correct exception if one uses `_version` in a select statements
where clause

- Optimized memory estimates for min()/max() aggregates for the CircuitBreaker

- improved speed of Alter table settings in partitioned tables
Expand Down
2 changes: 1 addition & 1 deletion core/src/main/java/io/crate/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class Version {


public static final boolean SNAPSHOT = false;
public static final Version CURRENT = new Version(460199, SNAPSHOT, org.elasticsearch.Version.V_1_4_1);
public static final Version CURRENT = new Version(460299, SNAPSHOT, org.elasticsearch.Version.V_1_4_1);

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

0 comments on commit 6f0f915

Please sign in to comment.