Skip to content

Commit b1145e6

Browse files
committed
Update version and soname
1 parent e6ca799 commit b1145e6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.0-rc1
1+
3.2.1

configure.ac

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,12 @@ AC_LANG(C)
9696
# 3.0.0 => 18.0.0
9797
# 3.1.0 => 19.0.0
9898
# 3.2.0 => 20.0.0
99+
# 3.2.1 => 20.0.1
99100

100101
# NOTE: This must be after AC_INIT
101102
FLINT_MAJOR_SO=20
102103
FLINT_MINOR_SO=0
103-
FLINT_PATCH_SO=0
104+
FLINT_PATCH_SO=1
104105

105106
# Make sure that we are in the right directory
106107
AC_CONFIG_SRCDIR(src/fmpz/link/fmpz_reentrant.c)

0 commit comments

Comments
 (0)