Skip to content

Commit 417f7b3

Browse files
committed
update version
1 parent 23dda6b commit 417f7b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ(2.59)
5-
AC_INIT(idba, 1.1.2, loneknightpy@gmail.com)
5+
AC_INIT(idba, 1.1.3, loneknightpy@gmail.com)
66
AC_CONFIG_SRCDIR([src/basic/kmer.h])
77
AC_CONFIG_HEADER([config.h])
8-
AM_INIT_AUTOMAKE(idba, 1.1.2)
8+
AM_INIT_AUTOMAKE(idba, 1.1.3)
99

1010
# Checks for programs.
1111
AC_PROG_CXX

0 commit comments

Comments
 (0)