Skip to content

Commit 0bffdc2

Browse files
committed
updated configure.ac and README version numbers/documentation
1 parent 1e8dcad commit 0bffdc2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@ More data is available in the `additional_data.txt` file in the `data`
138138
directory. For an extended write-up on our programs, please read the
139139
manual in the `docs` directory.
140140

141+
UPDATES TO VERSION 3.1.2
142+
========================================================================
143+
Two headers were added.
144+
141145
UPDATES TO VERSION 3.1.0
142146
========================================================================
143147
A mode `pop_size` has been added that uses the continued fraction

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
1414
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1515
dnl General Public License for more details.
1616

17-
AC_INIT([preseq], [3.1.1], [andrewds@usc.edu],
17+
AC_INIT([preseq], [3.1.2], [andrewds@usc.edu],
1818
[preseq], [https://github.com/smithlabcode/preseq])
1919
dnl the config.h is not currently #included in the source, and only
2020
dnl used to keep command lines short.

0 commit comments

Comments
 (0)