Set version number to 3.5.0.Beta1 for log display
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@17304 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
442286580c
commit
5f27074c73
|
@ -30,7 +30,7 @@ import org.slf4j.LoggerFactory;
|
|||
* @author Emmanuel Bernard
|
||||
*/
|
||||
public class Version {
|
||||
public static final String VERSION = "3.5.0-SNAPSHOT";
|
||||
public static final String VERSION = "3.5.0.Beta1";
|
||||
private static Logger log = LoggerFactory.getLogger( Version.class );
|
||||
|
||||
static {
|
||||
|
|
|
@ -31,7 +31,7 @@ import org.slf4j.LoggerFactory;
|
|||
* @author Emmanuel Bernard
|
||||
*/
|
||||
public class Version {
|
||||
public static final String VERSION = "3.5.0-SNAPSHOT";
|
||||
public static final String VERSION = "3.5.0.Beta1";
|
||||
private static final Logger log = LoggerFactory.getLogger( Version.class );
|
||||
|
||||
static {
|
||||
|
|
Loading…
Reference in New Issue