We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23dda6b commit 417f7b3Copy full SHA for 417f7b3
configure.ac
@@ -2,10 +2,10 @@
2
# Process this file with autoconf to produce a configure script.
3
4
AC_PREREQ(2.59)
5
-AC_INIT(idba, 1.1.2, loneknightpy@gmail.com)
+AC_INIT(idba, 1.1.3, loneknightpy@gmail.com)
6
AC_CONFIG_SRCDIR([src/basic/kmer.h])
7
AC_CONFIG_HEADER([config.h])
8
-AM_INIT_AUTOMAKE(idba, 1.1.2)
+AM_INIT_AUTOMAKE(idba, 1.1.3)
9
10
# Checks for programs.
11
AC_PROG_CXX
0 commit comments