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:
Emmanuel Bernard 2009-08-14 17:26:52 +00:00
parent 442286580c
commit 5f27074c73
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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 {