Skip to content
Snippets Groups Projects
Commit 4828cc85 authored by Kipp Cannon's avatar Kipp Cannon
Browse files

gstlal-inspiral: bump to 0.6.1

- remove check for lal swig bindings
parent 7b81e501
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
#
AC_INIT([gstlal-inspiral],[0.6.0],[gstlal-discuss@ligo.org],[gstlal-inspiral])
AC_INIT([gstlal-inspiral],[0.6.1],[gstlal-discuss@ligo.org],[gstlal-inspiral])
AC_COPYRIGHT([Copyright (C) 2008--2015 Kipp Cannon])
# a file whose existance can be used to use to check that we are in the
# top-level directory of the source tree
......@@ -242,7 +242,7 @@ PKG_CHECK_MODULES([LAL], [lal >= ${MIN_LAL_VERSION} lalmetaio >= ${MIN_LALMETAIO
AC_SUBST([LAL_CFLAGS])
AC_SUBST([LAL_LIBS])
AX_PYTHON_MODULE([lal ; lal.LIGOTimeGPS], fatal)
AX_PYTHON_MODULE([lal], fatal)
#
......
gstlal-inspiral (0.6.1-1) unstable; urgency=low
* remove check for lal swig bindings (rely on gstlal package to have done this)
-- Kipp Cannon <kipp.cannon@ligo.org> Sat, 25 Jul 2015 13:37:18 -0500
gstlal-inspiral (0.6.0-1) unstable; urgency=low
* New version 0.6.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment