[hibernate-commits] Hibernate SVN: r11504 - branches/Branch_3_2/Hibernate3.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed May 9 13:48:40 EDT 2007


Author: steve.ebersole at jboss.com
Date: 2007-05-09 13:48:40 -0400 (Wed, 09 May 2007)
New Revision: 11504

Modified:
   branches/Branch_3_2/Hibernate3/build.xml
Log:
prep 3.2.4

Modified: branches/Branch_3_2/Hibernate3/build.xml
===================================================================
--- branches/Branch_3_2/Hibernate3/build.xml	2007-05-09 17:47:19 UTC (rev 11503)
+++ branches/Branch_3_2/Hibernate3/build.xml	2007-05-09 17:48:40 UTC (rev 11504)
@@ -22,7 +22,7 @@
 	<property name="name2" value="hibernate3"/>
 	<property name="version.major" value="3"/>
 	<property name="version.minor" value="2"/>
-	<property name="version.micro" value="3"/>
+	<property name="version.micro" value="4"/>
     <property name="version.qualifier" value="ga"/>
     <property name="version.full" value="${version.major}.${version.minor}.${version.micro}.${version.qualifier}"/>
     <property name="version.major_minor" value="${version.major}.${version.minor}"/>




More information about the hibernate-commits mailing list