Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
lscsoft
lalsuite
Commits
adb373c8
Verified
Commit
adb373c8
authored
Jun 24, 2019
by
Adam Mercer
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'o3-release'
parents
a4965bfe
bf5f951c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
4 deletions
+13
-4
configure.ac
configure.ac
+1
-1
lalinference/configure.ac
lalinference/configure.ac
+3
-3
lalinference/debian/changelog
lalinference/debian/changelog
+6
-0
lalinference/lalinference.spec.in
lalinference/lalinference.spec.in
+3
-0
No files found.
configure.ac
View file @
adb373c8
AC_PREREQ([2.63])
AC_INIT([LALSuite],[6.5
7
.1],[lal-discuss@ligo.org])
AC_INIT([LALSuite],[6.5
8
.1],[lal-discuss@ligo.org])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_AUX_DIR([gnuscripts])
AC_CONFIG_MACRO_DIR([gnuscripts])
...
...
lalinference/configure.ac
View file @
adb373c8
AC_PREREQ([2.63])
AC_INIT([LALInference],[1.11.
0
.1],[lal-discuss@ligo.org])
AC_INIT([LALInference],[1.11.
1
.1],[lal-discuss@ligo.org])
AC_CONFIG_HEADERS([src/config.h src/LALInferenceConfig.h])
AC_CONFIG_SRCDIR([src/LALInference.h])
AC_CONFIG_AUX_DIR([gnuscripts])
...
...
@@ -83,9 +83,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
7
])
AC_SUBST([LIBCURRENT],[1
8
])
AC_SUBST([LIBREVISION],[0])
AC_SUBST([LIBAGE],[
0
])
AC_SUBST([LIBAGE],[
1
])
AC_SUBST([LIBVERSION],[${LIBCURRENT}:${LIBREVISION}:${LIBAGE}])
# nightly build
...
...
lalinference/debian/changelog
View file @
adb373c8
lalinference (1.11.1-1) unstable; urgency=low
* O3 point release
-- Adam Mercer <adam.mercer@ligo.org> Fri, 21 Jun 2019 11:06:11 -0700
lalinference (1.11.0-1) unstable; urgency=low
* O3 point release
...
...
lalinference/lalinference.spec.in
View file @
adb373c8
...
...
@@ -225,6 +225,9 @@ rm -Rf ${RPM_BUILD_DIR}/%{name}-%{version}%{?nightly:-%{nightly}}
#
dates
should
be
formatted
using
:
'date +"%a %b %d %Y"'
%
changelog
*
Fri
Jun
21
2019
Adam
Mercer
<
adam
.
mercer
@
ligo
.
org
>
1.11.1
-
1
-
O3
point
release
*
Tue
May
21
2019
Adam
Mercer
<
adam
.
mercer
@
ligo
.
org
>
1.11.0
-
1
-
O3
point
release
...
...
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