Release 3.3.0-SNAPSHOT

This commit is contained in:
Lukas Eder 2013-10-29 12:29:01 +01:00
parent 0636238b1e
commit 425b71d92a

View File

@ -50,7 +50,7 @@ public final class Constants {
/**
* The latest jOOQ minor version.
*/
public static final String MINOR_VERSION = "3.2";
public static final String MINOR_VERSION = "3.3";
/**
* The latest jOOQ version.
@ -58,7 +58,7 @@ public final class Constants {
* This is the same as {@link #MINOR_VERSION}, but it may include patch
* version suffixes.
*/
public static final String VERSION = "3.2.0";
public static final String VERSION = "3.3.0";
/**
* The latest jOOQ full version.
@ -66,7 +66,7 @@ public final class Constants {
* This is the same as {@link #VERSION}, but it may include release
* candidate and other suffixes.
*/
public static final String FULL_VERSION = "3.2.0";
public static final String FULL_VERSION = "3.3.0";
/**
* The maximum degree of {@link Row} and {@link Record} subtypes