From f162da7ed0c76a58468d1a006fae6207a3a5ed2c Mon Sep 17 00:00:00 2001 From: Mingfu Shao Date: Mon, 11 Sep 2017 16:14:13 -0400 Subject: [PATCH] version to v1.0.1, by adding computing auc --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 120d0b9..54a87e7 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT(rnaseqtools, 1.1, mingfu.shao@cs.cmu.edu) +AC_INIT(rnaseqtools, 1.0.1, mingfu.shao@cs.cmu.edu) AM_INIT_AUTOMAKE() AC_CONFIG_SRCDIR([gtfalign/config.h]) AC_CONFIG_HEADERS([config.h])