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

bump package version numbers

parent c6508e82
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
#
AC_INIT([gstlal-inspiral],[0.1.4],[gstlal-discuss@ligo.org],[gstlal-inspiral])
AC_INIT([gstlal-inspiral],[0.2.0],[gstlal-discuss@ligo.org],[gstlal-inspiral])
AC_COPYRIGHT([Copyright (C) 2008--2013 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
......@@ -245,8 +245,8 @@ AX_PYTHON_PYLAL()
#
AC_SUBST([MIN_GSTLAL_VERSION], [0.5.3])
AC_SUBST([MIN_GSTLALUGLY_VERSION], [0.4.3])
AC_SUBST([MIN_GSTLAL_VERSION], [0.6.0])
AC_SUBST([MIN_GSTLALUGLY_VERSION], [0.5.0])
PKG_CHECK_MODULES([GSTLAL], [gstlal >= ${MIN_GSTLAL_VERSION}])
AC_SUBST([GSTLAL_CFLAGS])
AC_SUBST([GSTLAL_LIBS])
......
......@@ -3,7 +3,7 @@
#
AC_INIT([gstlal-ugly],[0.4.4],[gstlal-discuss@ligo.org],[gstlal-ugly])
AC_INIT([gstlal-ugly],[0.5.0],[gstlal-discuss@ligo.org],[gstlal-ugly])
AC_COPYRIGHT([Copyright (C) 2008--2013 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
......@@ -367,7 +367,7 @@ AX_PYTHON_PYLAL()
#
AC_SUBST([MIN_GSTLAL_VERSION], [0.5.3])
AC_SUBST([MIN_GSTLAL_VERSION], [0.6.0])
PKG_CHECK_MODULES([GSTLAL], [gstlal >= ${MIN_GSTLAL_VERSION}])
AC_SUBST([GSTLAL_CFLAGS])
AC_SUBST([GSTLAL_LIBS])
......
......@@ -3,7 +3,7 @@
#
AC_INIT([gstlal],[0.5.3],[gstlal-discuss@ligo.org],[gstlal])
AC_INIT([gstlal],[0.6.0],[gstlal-discuss@ligo.org],[gstlal])
AC_COPYRIGHT([Copyright (C) 2008--2013 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
......
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