[mpich-commits] r10796 - mpich2/trunk/maint

goodell at mcs.anl.gov goodell at mcs.anl.gov
Thu Dec 20 14:24:14 CST 2012


Author: goodell
Date: 2012-12-20 14:24:14 -0600 (Thu, 20 Dec 2012)
New Revision: 10796

Modified:
   mpich2/trunk/maint/version.m4
Log:
update version.m4 for 3.0.1 release

No ABI changes, just hydra fixes, so 10:0:0 becomes 10:1:0.


Modified: mpich2/trunk/maint/version.m4
===================================================================
--- mpich2/trunk/maint/version.m4	2012-12-20 18:58:40 UTC (rev 10795)
+++ mpich2/trunk/maint/version.m4	2012-12-20 20:24:14 UTC (rev 10796)
@@ -14,7 +14,7 @@
 # changing this by playing with diversions, but then we would probably be
 # playing with autotools-fire.
 
-m4_define([MPICH_VERSION_m4],[3.0])dnl
+m4_define([MPICH_VERSION_m4],[3.0.1])dnl
 m4_define([MPICH_RELEASE_DATE_m4],[unreleased development copy])dnl
 
 # For libtool ABI versioning rules see:
@@ -31,6 +31,6 @@
 #
 #     4. If any interfaces have been removed since the last public
 #     release, then set age to 0.
-m4_define([libmpich_so_version_m4],[10:0:0])dnl
+m4_define([libmpich_so_version_m4],[10:1:0])dnl
 
 [#] end of __file__



More information about the commits mailing list