Skip to content

Commit

Permalink
prep 3.2.7 release
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.jboss.org/repos/hibernate/core/branches/Branch_3_2@16676 1b8cb986-b30d-0410-93ca-fae66ebed9b2
  • Loading branch information
sebersole committed Jun 3, 2009
1 parent ff06475 commit 17a37c7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<property name="name2" value="hibernate3"/>
<property name="version.major" value="3"/>
<property name="version.minor" value="2"/>
<property name="version.micro" value="7"/>
<property name="version.qualifier" value="ga"/>
<property name="version.micro" value="8"/>
<property name="version.qualifier" value="SNAPSHOT"/>
<property name="version.full" value="${version.major}.${version.minor}.${version.micro}.${version.qualifier}"/>
<property name="version.major_minor" value="${version.major}.${version.minor}"/>
<property name="fullname" value="${name}-${version.full}"/>
Expand Down
2 changes: 1 addition & 1 deletion doc/reference/en/master.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<bookinfo>
<title>HIBERNATE - Relational Persistence for Idiomatic Java</title>
<subtitle>Hibernate Reference Documentation</subtitle>
<releaseinfo>3.2.7</releaseinfo>
<releaseinfo>3.2.8-SNAPSHOT</releaseinfo>
</bookinfo>

<toc/>
Expand Down
2 changes: 1 addition & 1 deletion src/org/hibernate/cfg/Environment.java
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
*/
public final class Environment {

public static final String VERSION = "3.2.7";
public static final String VERSION = "3.2.8-SNAPSHOT";

/**
* <tt>ConnectionProvider</tt> implementor to use when obtaining connections
Expand Down

0 comments on commit 17a37c7

Please sign in to comment.