-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from whitwham/timeout
Add a time-out option
- Loading branch information
Showing
3 changed files
with
168 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
dnl -*- Autoconf -*- | ||
AC_COPYRIGHT([ | ||
Copyright (c) 2015-2016, 2018 Genome Research Ltd. | ||
Copyright (c) 2015-2016, 2018-2019 Genome Research Ltd. | ||
Author: Andrew Whitwham <[email protected]> | ||
This file is part of tears. | ||
|
@@ -20,7 +20,7 @@ dnl Process this file with autoconf to produce a configure script. | |
|
||
AC_PREREQ([2.68]) | ||
|
||
AC_INIT([tears], [1.2.4], [[email protected]], [tears], [https://github.com/whitwham/tears]) | ||
AC_INIT([tears], [1.3], [[email protected]], [tears], [https://github.com/whitwham/tears]) | ||
AC_USE_SYSTEM_EXTENSIONS | ||
|
||
AM_INIT_AUTOMAKE([-Wall foreign]) | ||
|
Oops, something went wrong.