prep 3.3.1 release
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_3@15177 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
870803aaef
commit
a866e91788
|
@ -176,7 +176,7 @@ import org.hibernate.util.PropertiesHelper;
|
|||
*/
|
||||
public final class Environment {
|
||||
|
||||
public static final String VERSION = "3.3.0.SP1";
|
||||
public static final String VERSION = "3.3.1.GA";
|
||||
|
||||
/**
|
||||
* <tt>ConnectionProvider</tt> implementor to use when obtaining connections
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
~ Boston, MA 02110-1301 USA
|
||||
-->
|
||||
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
||||
<!ENTITY versionNumber "3.3.0.SP1">
|
||||
<!ENTITY versionNumber "3.3.1">
|
||||
<!ENTITY copyrightYear "2004">
|
||||
<!ENTITY copyrightHolder "Red Hat Middleware, LLC.">
|
||||
]>
|
||||
|
|
Loading…
Reference in New Issue