Skip to content

Commit

Permalink
updated configure.ac for version 20150423
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCremona committed Apr 23, 2015
1 parent b2baa8d commit e2a3da3
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 @@ -3,7 +3,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.65])
AC_INIT([eclib], [20150408], [john.cremona@gmail.com])
AC_INIT([eclib], [20150423], [john.cremona@gmail.com])
AM_INIT_AUTOMAKE([-Wall])
AC_MSG_NOTICE([Configuring eclib...])
AC_CONFIG_SRCDIR([libsrc])
Expand All @@ -24,7 +24,7 @@ LT_INIT
# 3. If interfaces were removed (breaks backward compatibility): increment
# current, and set both revision and age to zero.
LT_CURRENT=2
LT_REVISION=0
LT_REVISION=1
LT_AGE=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
Expand Down

0 comments on commit e2a3da3

Please sign in to comment.