Author: goodell Date: 2012-12-19 21:02:38 -0600 (Wed, 19 Dec 2012) New Revision: 10777 Modified: mpich2/branches/release/mpich-3.0/maint/version.m4 Log: update version.m4 for the 3.0 release Also update the ABI version string. I bumped it from 9:0:0 to 10:0:0 because of the MPI_INFO_ENV changes. No reviewer. Modified: mpich2/branches/release/mpich-3.0/maint/version.m4 =================================================================== --- mpich2/branches/release/mpich-3.0/maint/version.m4 2012-12-19 23:31:43 UTC (rev 10776) +++ mpich2/branches/release/mpich-3.0/maint/version.m4 2012-12-20 03:02:38 UTC (rev 10777) @@ -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.0rc1])dnl +m4_define([MPICH_VERSION_m4],[3.0])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],[9:0:0])dnl +m4_define([libmpich_so_version_m4],[10:0:0])dnl [#] end of __file__