From 0bffdc23cb8277c10eb4ba1f2a85925b116ae591 Mon Sep 17 00:00:00 2001 From: terencewtli Date: Thu, 3 Dec 2020 13:42:39 -0800 Subject: [PATCH] updated configure.ac and README version numbers/documentation --- README.md | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f312f6d..92f6949 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,10 @@ More data is available in the `additional_data.txt` file in the `data` directory. For an extended write-up on our programs, please read the manual in the `docs` directory. +UPDATES TO VERSION 3.1.2 +======================================================================== +Two headers were added. + UPDATES TO VERSION 3.1.0 ======================================================================== A mode `pop_size` has been added that uses the continued fraction diff --git a/configure.ac b/configure.ac index df0e1bf..2611ff1 100644 --- a/configure.ac +++ b/configure.ac @@ -14,7 +14,7 @@ dnl but WITHOUT ANY WARRANTY; without even the implied warranty of dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU dnl General Public License for more details. -AC_INIT([preseq], [3.1.1], [andrewds@usc.edu], +AC_INIT([preseq], [3.1.2], [andrewds@usc.edu], [preseq], [https://github.com/smithlabcode/preseq]) dnl the config.h is not currently #included in the source, and only dnl used to keep command lines short.