Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
lscsoft
lalsuite
Commits
c4c34de7
Verified
Commit
c4c34de7
authored
Feb 15, 2019
by
Adam Mercer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lal: bump library api version for 6.19.2
parent
49ad214b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
lal/configure.ac
lal/configure.ac
+4
-4
No files found.
lal/configure.ac
View file @
c4c34de7
...
...
@@ -88,9 +88,9 @@ LALSUITE_DISTCHECK_CONFIGURE_FLAGS
# then increment age.
# 6. if any interfaces have been removed since the last public release,
# then set age to 0.
AC_SUBST([LIBCURRENT],[1
5
])
AC_SUBST([LIBREVISION],[
1
])
AC_SUBST([LIBAGE],[
1
])
AC_SUBST([LIBCURRENT],[1
6
])
AC_SUBST([LIBREVISION],[
0
])
AC_SUBST([LIBAGE],[
2
])
AC_SUBST([LIBVERSION],[${LIBCURRENT}:${LIBREVISION}:${LIBAGE}])
# set library api info - liblalsupport
...
...
@@ -108,7 +108,7 @@ AC_SUBST([LIBVERSION],[${LIBCURRENT}:${LIBREVISION}:${LIBAGE}])
# 6. if any interfaces have been removed since the last public release,
# then set age to 0.
AC_SUBST([LIBCURRENT_SUPPORT],[12])
AC_SUBST([LIBREVISION_SUPPORT],[
0
])
AC_SUBST([LIBREVISION_SUPPORT],[
1
])
AC_SUBST([LIBAGE_SUPPORT],[0])
AC_SUBST([LIBVERSION_SUPPORT],[${LIBCURRENT_SUPPORT}:${LIBREVISION_SUPPORT}:${LIBAGE_SUPPORT}])
...
...
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