Skip to content

Commit

Permalink
Updating version number ahead of new release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdavidsmith committed Sep 5, 2022
1 parent 6783e6d commit bc1c6f1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions Makefile.am
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is part of preseq
#
# Copyright (C) 2018-2020: Andrew D. Smith
# Copyright (C) 2018-2022: Andrew D. Smith
#
# Authors: Andrew D. Smith
#
Expand Down Expand Up @@ -32,13 +32,13 @@ AM_CPPFLAGS += -DHAVE_HTSLIB
endif

preseq_SOURCES = \
src/preseq.cpp \
src/continued_fraction.hpp \
src/continued_fraction.cpp \
src/load_data_for_complexity.hpp \
src/load_data_for_complexity.cpp \
src/moment_sequence.hpp \
src/moment_sequence.cpp
src/preseq.cpp \
src/continued_fraction.hpp \
src/continued_fraction.cpp \
src/load_data_for_complexity.hpp \
src/load_data_for_complexity.cpp \
src/moment_sequence.hpp \
src/moment_sequence.cpp

to_mr_SOURCES = \
src/to-mr.cpp
src/to-mr.cpp
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dnl This file is part of preseq
dnl
dnl Copyright (C) 2020: Andrew D. Smith
dnl Copyright (C) 2018-2022: Andrew D. Smith
dnl
dnl Authors: Andrew D. Smith
dnl
Expand All @@ -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.2], [[email protected]],
AC_INIT([preseq], [3.2.0], [[email protected]],
[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.
Expand Down

0 comments on commit bc1c6f1

Please sign in to comment.