Skip to content

Commit

Permalink
version 20190226 and tag v20190226
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnCremona committed Feb 26, 2019
1 parent 7b55d98 commit 4e6f3a9
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], [20190110], [john.cremona@gmail.com])
AC_INIT([eclib], [20190226], [john.cremona@gmail.com])
AM_INIT_AUTOMAKE([-Wall])
AC_MSG_NOTICE([Configuring eclib...])
AC_CONFIG_SRCDIR([libsrc])
Expand Down Expand Up @@ -36,7 +36,7 @@ LT_INIT
# NB The suffix of the library name (libec.so here) is (c-a).a.r

LT_CURRENT=5
LT_REVISION=0
LT_REVISION=1
LT_AGE=0
AC_SUBST(LT_CURRENT)
AC_SUBST(LT_REVISION)
Expand Down

0 comments on commit 4e6f3a9

Please sign in to comment.