Skip to content

Commit

Permalink
prepare for 5.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
malb committed May 18, 2018
1 parent c9689f3 commit 7a0e43f
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,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ(2.61)
AC_INIT(fplll, 5.2.0)
AC_INIT(fplll, 5.2.1)
AC_CONFIG_SRCDIR([fplll/fplll.cpp])

# cf http://comments.gmane.org/gmane.comp.sysutils.autoconf.general/15737
Expand Down Expand Up @@ -38,7 +38,7 @@ LT_INIT
# 3. If interfaces were removed (breaks backward compatibility): increment
# current, and set both revision and age to zero.

FPLLL_LT_CURRENT=4
FPLLL_LT_CURRENT=5
FPLLL_LT_REVISION=0
FPLLL_LT_AGE=0

Expand Down

0 comments on commit 7a0e43f

Please sign in to comment.