From 60fbd646198d43393ab7d39408d77c742be09e32 Mon Sep 17 00:00:00 2001 From: Andrew D Smith Date: Tue, 30 Jul 2019 19:26:46 -0700 Subject: [PATCH] Fixing version number --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4cfe20e..dc35651 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([methpipe], [4.0], [andrewds@usc.edu], +AC_INIT([methpipe], [4.0.0], [andrewds@usc.edu], [methpipe], [https://github.com/smithlabcode/methpipe]) dnl the config.h is not currently #included in the source, and only dnl used to keep command lines short.