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

gstlal: bump to 0.99.6

- increase minimum required version to 0.99.6 in other packages
parent 53459b41
No related branches found
No related tags found
No related merge requests found
......@@ -229,7 +229,7 @@ AX_PYTHON_PYLAL()
#
AC_SUBST([MIN_GSTLAL_VERSION], [0.99.5])
AC_SUBST([MIN_GSTLAL_VERSION], [0.99.6])
AC_SUBST([MIN_GSTLALUGLY_VERSION], [0.99.2])
PKG_CHECK_MODULES([GSTLAL], [gstlal >= ${MIN_GSTLAL_VERSION}])
AC_SUBST([GSTLAL_VERSION], [`$PKG_CONFIG --modversion gstlal`])
......
......@@ -237,7 +237,7 @@ AX_PYTHON_PYLAL()
#
AC_SUBST([MIN_GSTLAL_VERSION], [0.99.5])
AC_SUBST([MIN_GSTLAL_VERSION], [0.99.6])
AC_SUBST([MIN_GSTLALUGLY_VERSION], [0.99.2])
PKG_CHECK_MODULES([GSTLAL], [gstlal >= ${MIN_GSTLAL_VERSION}])
AC_SUBST([GSTLAL_VERSION], [`$PKG_CONFIG --modversion gstlal`])
......
......@@ -385,7 +385,7 @@ AX_PYTHON_PYLAL()
#
AC_SUBST([MIN_GSTLAL_VERSION], [0.99.4])
AC_SUBST([MIN_GSTLAL_VERSION], [0.99.6])
PKG_CHECK_MODULES([GSTLAL], [gstlal >= ${MIN_GSTLAL_VERSION}])
AC_SUBST([GSTLAL_VERSION], [`$PKG_CONFIG --modversion gstlal`])
AX_GSTLAL_SPLIT_VERSION([GSTLAL_VERSION])
......
......@@ -3,7 +3,7 @@
#
AC_INIT([gstlal],[0.99.5],[gstlal-discuss@ligo.org],[gstlal])
AC_INIT([gstlal],[0.99.6],[gstlal-discuss@ligo.org],[gstlal])
AC_COPYRIGHT([Copyright (C) 2008--2016 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
......
gstlal (0.99.6-1) unstable; urgency=low
* various fixes
-- Kipp Cannon <kipp.cannon@ligo.org> Thu, 21 Jul 2016 13:29:00 +0900
gstlal (0.99.5-1) unstable; urgency=low
* adder related fixes
......
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