Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rob Latham
MPICH-BlueGene
Commits
6aab201f
Commit
6aab201f
authored
Dec 20, 2012
by
David Goodell
Browse files
[svn-r10796] update version.m4 for 3.0.1 release
No ABI changes, just hydra fixes, so 10:0:0 becomes 10:1:0.
parent
94a5c980
Changes
3
Hide whitespace changes
Inline
Side-by-side
maint/version.m4
View file @
6aab201f
...
...
@@ -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 @@ m4_define([MPICH_RELEASE_DATE_m4],[unreleased development copy])dnl
#
# 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__
src/mpi/romio/version.m4
View file @
6aab201f
...
...
@@ -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 @@ m4_define([MPICH_RELEASE_DATE_m4],[unreleased development copy])dnl
#
# 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__
src/pm/hydra/version.m4
View file @
6aab201f
...
...
@@ -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 @@ m4_define([MPICH_RELEASE_DATE_m4],[unreleased development copy])dnl
#
# 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__
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment