diff options
Diffstat (limited to 'hl')
-rw-r--r-- | hl/c++/src/Makefile.in | 4 | ||||
-rw-r--r-- | hl/fortran/src/Makefile.in | 4 | ||||
-rw-r--r-- | hl/src/Makefile.in | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/hl/c++/src/Makefile.in b/hl/c++/src/Makefile.in index 4617d79..d6c0035 100644 --- a/hl/c++/src/Makefile.in +++ b/hl/c++/src/Makefile.in @@ -673,8 +673,8 @@ LT_F_VERS_AGE = 0 LT_HL_VERS_INTERFACE = 10 LT_HL_VERS_REVISION = 2 LT_HL_VERS_AGE = 0 -LT_HL_CXX_VERS_INTERFACE = 10 -LT_HL_CXX_VERS_REVISION = 2 +LT_HL_CXX_VERS_INTERFACE = 11 +LT_HL_CXX_VERS_REVISION = 0 LT_HL_CXX_VERS_AGE = 0 LT_HL_F_VERS_INTERFACE = 10 LT_HL_F_VERS_REVISION = 2 diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in index 25240f0..2c7ed0f 100644 --- a/hl/fortran/src/Makefile.in +++ b/hl/fortran/src/Makefile.in @@ -691,8 +691,8 @@ LT_F_VERS_AGE = 0 LT_HL_VERS_INTERFACE = 10 LT_HL_VERS_REVISION = 2 LT_HL_VERS_AGE = 0 -LT_HL_CXX_VERS_INTERFACE = 10 -LT_HL_CXX_VERS_REVISION = 2 +LT_HL_CXX_VERS_INTERFACE = 11 +LT_HL_CXX_VERS_REVISION = 0 LT_HL_CXX_VERS_AGE = 0 LT_HL_F_VERS_INTERFACE = 10 LT_HL_F_VERS_REVISION = 2 diff --git a/hl/src/Makefile.in b/hl/src/Makefile.in index d350979..6f04a4f 100644 --- a/hl/src/Makefile.in +++ b/hl/src/Makefile.in @@ -672,8 +672,8 @@ LT_F_VERS_AGE = 0 LT_HL_VERS_INTERFACE = 10 LT_HL_VERS_REVISION = 2 LT_HL_VERS_AGE = 0 -LT_HL_CXX_VERS_INTERFACE = 10 -LT_HL_CXX_VERS_REVISION = 2 +LT_HL_CXX_VERS_INTERFACE = 11 +LT_HL_CXX_VERS_REVISION = 0 LT_HL_CXX_VERS_AGE = 0 LT_HL_F_VERS_INTERFACE = 10 LT_HL_F_VERS_REVISION = 2 |