Skip to content

Commit

Permalink
Update SO numbers in Hdf5 1 8 (#216)
Browse files Browse the repository at this point in the history
* close #195. (#196)

* Update HDF5PluginMacros.cmake

* Update HDF5PluginMacros.cmake

* Restores maintainer mode in the autotools (#200)

Maintainer mode should be enabled in development branches.

Also adds helpful commenting.

Add script bin/switch_maint_mode.

Add file changes generated by bin reconfigure in
    src/H5Edefin.h
    src/H5Einit.h
    src/H5Epubgen.h
    src/H5Eterm.h

* Update MANIFEST for switch_maint_mode.

* Update so numbers to match 1.8.22 release.

Co-authored-by: H. Joe Lee <hyoklee@hdfgroup.org>
Co-authored-by: Dana Robinson <43805+derobins@users.noreply.github.com>
  • Loading branch information
3 people authored Dec 21, 2020
1 parent f089c70 commit c95ccce
Show file tree
Hide file tree
Showing 7 changed files with 63 additions and 63 deletions.
18 changes: 9 additions & 9 deletions c++/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -696,26 +696,26 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2
# See libtool versioning documentation online.
# After making changes, run bin/reconfigure to update other configure related
# files like Makefile.in.
LT_VERS_INTERFACE = 13
LT_VERS_REVISION = 1
LT_VERS_AGE = 3
LT_VERS_INTERFACE = 14
LT_VERS_REVISION = 0
LT_VERS_AGE = 4
LT_CXX_VERS_INTERFACE = 15
LT_CXX_VERS_REVISION = 0
LT_CXX_VERS_REVISION = 1
LT_CXX_VERS_AGE = 0
LT_F_VERS_INTERFACE = 10
LT_F_VERS_REVISION = 5
LT_F_VERS_REVISION = 6
LT_F_VERS_AGE = 0
LT_HL_VERS_INTERFACE = 12
LT_HL_VERS_REVISION = 1
LT_HL_VERS_REVISION = 2
LT_HL_VERS_AGE = 2
LT_HL_CXX_VERS_INTERFACE = 12
LT_HL_CXX_VERS_REVISION = 1
LT_HL_CXX_VERS_REVISION = 2
LT_HL_CXX_VERS_AGE = 1
LT_HL_F_VERS_INTERFACE = 10
LT_HL_F_VERS_REVISION = 4
LT_HL_F_VERS_REVISION = 5
LT_HL_F_VERS_AGE = 0
LT_TOOLS_VERS_INTERFACE = 10
LT_TOOLS_VERS_REVISION = 6
LT_TOOLS_VERS_REVISION = 7
LT_TOOLS_VERS_AGE = 0

# This is our main target
Expand Down
18 changes: 9 additions & 9 deletions config/lt_vers.am
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
# See libtool versioning documentation online.
# After making changes, run bin/reconfigure to update other configure related
# files like Makefile.in.
LT_VERS_INTERFACE = 13
LT_VERS_REVISION = 1
LT_VERS_AGE = 3
LT_VERS_INTERFACE = 14
LT_VERS_REVISION = 0
LT_VERS_AGE = 4

## If the API changes *at all*, increment LT_VERS_INTERFACE and
## reset LT_VERS_REVISION to 0.
Expand All @@ -40,26 +40,26 @@ LT_VERS_AGE = 3

## Version numbers for wrapper shared library files.
LT_CXX_VERS_INTERFACE = 15
LT_CXX_VERS_REVISION = 0
LT_CXX_VERS_REVISION = 1
LT_CXX_VERS_AGE = 0

LT_F_VERS_INTERFACE = 10
LT_F_VERS_REVISION = 5
LT_F_VERS_REVISION = 6
LT_F_VERS_AGE = 0

LT_HL_VERS_INTERFACE = 12
LT_HL_VERS_REVISION = 1
LT_HL_VERS_REVISION = 2
LT_HL_VERS_AGE = 2

LT_HL_CXX_VERS_INTERFACE = 12
LT_HL_CXX_VERS_REVISION = 1
LT_HL_CXX_VERS_REVISION = 2
LT_HL_CXX_VERS_AGE = 1

LT_HL_F_VERS_INTERFACE = 10
LT_HL_F_VERS_REVISION = 4
LT_HL_F_VERS_REVISION = 5
LT_HL_F_VERS_AGE = 0

LT_TOOLS_VERS_INTERFACE = 10
LT_TOOLS_VERS_REVISION = 6
LT_TOOLS_VERS_REVISION = 7
LT_TOOLS_VERS_AGE = 0

18 changes: 9 additions & 9 deletions fortran/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -747,26 +747,26 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2
# See libtool versioning documentation online.
# After making changes, run bin/reconfigure to update other configure related
# files like Makefile.in.
LT_VERS_INTERFACE = 13
LT_VERS_REVISION = 1
LT_VERS_AGE = 3
LT_VERS_INTERFACE = 14
LT_VERS_REVISION = 0
LT_VERS_AGE = 4
LT_CXX_VERS_INTERFACE = 15
LT_CXX_VERS_REVISION = 0
LT_CXX_VERS_REVISION = 1
LT_CXX_VERS_AGE = 0
LT_F_VERS_INTERFACE = 10
LT_F_VERS_REVISION = 5
LT_F_VERS_REVISION = 6
LT_F_VERS_AGE = 0
LT_HL_VERS_INTERFACE = 12
LT_HL_VERS_REVISION = 1
LT_HL_VERS_REVISION = 2
LT_HL_VERS_AGE = 2
LT_HL_CXX_VERS_INTERFACE = 12
LT_HL_CXX_VERS_REVISION = 1
LT_HL_CXX_VERS_REVISION = 2
LT_HL_CXX_VERS_AGE = 1
LT_HL_F_VERS_INTERFACE = 10
LT_HL_F_VERS_REVISION = 4
LT_HL_F_VERS_REVISION = 5
LT_HL_F_VERS_AGE = 0
LT_TOOLS_VERS_INTERFACE = 10
LT_TOOLS_VERS_REVISION = 6
LT_TOOLS_VERS_REVISION = 7
LT_TOOLS_VERS_AGE = 0
AM_FCLIBS = $(LIBHDF5)

Expand Down
18 changes: 9 additions & 9 deletions hl/c++/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -686,26 +686,26 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2
# See libtool versioning documentation online.
# After making changes, run bin/reconfigure to update other configure related
# files like Makefile.in.
LT_VERS_INTERFACE = 13
LT_VERS_REVISION = 1
LT_VERS_AGE = 3
LT_VERS_INTERFACE = 14
LT_VERS_REVISION = 0
LT_VERS_AGE = 4
LT_CXX_VERS_INTERFACE = 15
LT_CXX_VERS_REVISION = 0
LT_CXX_VERS_REVISION = 1
LT_CXX_VERS_AGE = 0
LT_F_VERS_INTERFACE = 10
LT_F_VERS_REVISION = 5
LT_F_VERS_REVISION = 6
LT_F_VERS_AGE = 0
LT_HL_VERS_INTERFACE = 12
LT_HL_VERS_REVISION = 1
LT_HL_VERS_REVISION = 2
LT_HL_VERS_AGE = 2
LT_HL_CXX_VERS_INTERFACE = 12
LT_HL_CXX_VERS_REVISION = 1
LT_HL_CXX_VERS_REVISION = 2
LT_HL_CXX_VERS_AGE = 1
LT_HL_F_VERS_INTERFACE = 10
LT_HL_F_VERS_REVISION = 4
LT_HL_F_VERS_REVISION = 5
LT_HL_F_VERS_AGE = 0
LT_TOOLS_VERS_INTERFACE = 10
LT_TOOLS_VERS_REVISION = 6
LT_TOOLS_VERS_REVISION = 7
LT_TOOLS_VERS_AGE = 0

# This is our main target
Expand Down
18 changes: 9 additions & 9 deletions hl/fortran/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -704,26 +704,26 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2
# See libtool versioning documentation online.
# After making changes, run bin/reconfigure to update other configure related
# files like Makefile.in.
LT_VERS_INTERFACE = 13
LT_VERS_REVISION = 1
LT_VERS_AGE = 3
LT_VERS_INTERFACE = 14
LT_VERS_REVISION = 0
LT_VERS_AGE = 4
LT_CXX_VERS_INTERFACE = 15
LT_CXX_VERS_REVISION = 0
LT_CXX_VERS_REVISION = 1
LT_CXX_VERS_AGE = 0
LT_F_VERS_INTERFACE = 10
LT_F_VERS_REVISION = 5
LT_F_VERS_REVISION = 6
LT_F_VERS_AGE = 0
LT_HL_VERS_INTERFACE = 12
LT_HL_VERS_REVISION = 1
LT_HL_VERS_REVISION = 2
LT_HL_VERS_AGE = 2
LT_HL_CXX_VERS_INTERFACE = 12
LT_HL_CXX_VERS_REVISION = 1
LT_HL_CXX_VERS_REVISION = 2
LT_HL_CXX_VERS_AGE = 1
LT_HL_F_VERS_INTERFACE = 10
LT_HL_F_VERS_REVISION = 4
LT_HL_F_VERS_REVISION = 5
LT_HL_F_VERS_AGE = 0
LT_TOOLS_VERS_INTERFACE = 10
LT_TOOLS_VERS_REVISION = 6
LT_TOOLS_VERS_REVISION = 7
LT_TOOLS_VERS_AGE = 0

# Our main target, the high-level fortran library
Expand Down
18 changes: 9 additions & 9 deletions hl/src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -685,26 +685,26 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2
# See libtool versioning documentation online.
# After making changes, run bin/reconfigure to update other configure related
# files like Makefile.in.
LT_VERS_INTERFACE = 13
LT_VERS_REVISION = 1
LT_VERS_AGE = 3
LT_VERS_INTERFACE = 14
LT_VERS_REVISION = 0
LT_VERS_AGE = 4
LT_CXX_VERS_INTERFACE = 15
LT_CXX_VERS_REVISION = 0
LT_CXX_VERS_REVISION = 1
LT_CXX_VERS_AGE = 0
LT_F_VERS_INTERFACE = 10
LT_F_VERS_REVISION = 5
LT_F_VERS_REVISION = 6
LT_F_VERS_AGE = 0
LT_HL_VERS_INTERFACE = 12
LT_HL_VERS_REVISION = 1
LT_HL_VERS_REVISION = 2
LT_HL_VERS_AGE = 2
LT_HL_CXX_VERS_INTERFACE = 12
LT_HL_CXX_VERS_REVISION = 1
LT_HL_CXX_VERS_REVISION = 2
LT_HL_CXX_VERS_AGE = 1
LT_HL_F_VERS_INTERFACE = 10
LT_HL_F_VERS_REVISION = 4
LT_HL_F_VERS_REVISION = 5
LT_HL_F_VERS_AGE = 0
LT_TOOLS_VERS_INTERFACE = 10
LT_TOOLS_VERS_REVISION = 6
LT_TOOLS_VERS_REVISION = 7
LT_TOOLS_VERS_AGE = 0

# This library is our main target.
Expand Down
18 changes: 9 additions & 9 deletions src/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -792,26 +792,26 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2
# See libtool versioning documentation online.
# After making changes, run bin/reconfigure to update other configure related
# files like Makefile.in.
LT_VERS_INTERFACE = 13
LT_VERS_REVISION = 1
LT_VERS_AGE = 3
LT_VERS_INTERFACE = 14
LT_VERS_REVISION = 0
LT_VERS_AGE = 4
LT_CXX_VERS_INTERFACE = 15
LT_CXX_VERS_REVISION = 0
LT_CXX_VERS_REVISION = 1
LT_CXX_VERS_AGE = 0
LT_F_VERS_INTERFACE = 10
LT_F_VERS_REVISION = 5
LT_F_VERS_REVISION = 6
LT_F_VERS_AGE = 0
LT_HL_VERS_INTERFACE = 12
LT_HL_VERS_REVISION = 1
LT_HL_VERS_REVISION = 2
LT_HL_VERS_AGE = 2
LT_HL_CXX_VERS_INTERFACE = 12
LT_HL_CXX_VERS_REVISION = 1
LT_HL_CXX_VERS_REVISION = 2
LT_HL_CXX_VERS_AGE = 1
LT_HL_F_VERS_INTERFACE = 10
LT_HL_F_VERS_REVISION = 4
LT_HL_F_VERS_REVISION = 5
LT_HL_F_VERS_AGE = 0
LT_TOOLS_VERS_INTERFACE = 10
LT_TOOLS_VERS_REVISION = 6
LT_TOOLS_VERS_REVISION = 7
LT_TOOLS_VERS_AGE = 0

# Our main target, the HDF5 library
Expand Down

0 comments on commit c95ccce

Please sign in to comment.