Skip to content

Commit bc1c6f1

Browse files
Updating version number ahead of new release
1 parent 6783e6d commit bc1c6f1

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

Makefile.am

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is part of preseq
22
#
3-
# Copyright (C) 2018-2020: Andrew D. Smith
3+
# Copyright (C) 2018-2022: Andrew D. Smith
44
#
55
# Authors: Andrew D. Smith
66
#
@@ -32,13 +32,13 @@ AM_CPPFLAGS += -DHAVE_HTSLIB
3232
endif
3333

3434
preseq_SOURCES = \
35-
src/preseq.cpp \
36-
src/continued_fraction.hpp \
37-
src/continued_fraction.cpp \
38-
src/load_data_for_complexity.hpp \
39-
src/load_data_for_complexity.cpp \
40-
src/moment_sequence.hpp \
41-
src/moment_sequence.cpp
35+
src/preseq.cpp \
36+
src/continued_fraction.hpp \
37+
src/continued_fraction.cpp \
38+
src/load_data_for_complexity.hpp \
39+
src/load_data_for_complexity.cpp \
40+
src/moment_sequence.hpp \
41+
src/moment_sequence.cpp
4242

4343
to_mr_SOURCES = \
44-
src/to-mr.cpp
44+
src/to-mr.cpp

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dnl This file is part of preseq
22
dnl
3-
dnl Copyright (C) 2020: Andrew D. Smith
3+
dnl Copyright (C) 2018-2022: Andrew D. Smith
44
dnl
55
dnl Authors: Andrew D. Smith
66
dnl
@@ -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.2], [andrewds@usc.edu],
17+
AC_INIT([preseq], [3.2.0], [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)