Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
loneknightpy committed Jul 11, 2016
1 parent 23dda6b commit 417f7b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.59)
AC_INIT(idba, 1.1.2, [email protected])
AC_INIT(idba, 1.1.3, [email protected])
AC_CONFIG_SRCDIR([src/basic/kmer.h])
AC_CONFIG_HEADER([config.h])
AM_INIT_AUTOMAKE(idba, 1.1.2)
AM_INIT_AUTOMAKE(idba, 1.1.3)

# Checks for programs.
AC_PROG_CXX
Expand Down

0 comments on commit 417f7b3

Please sign in to comment.