We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6ca799 commit b1145e6Copy full SHA for b1145e6
VERSION
@@ -1 +1 @@
1
-3.2.0-rc1
+3.2.1
configure.ac
@@ -96,11 +96,12 @@ AC_LANG(C)
96
# 3.0.0 => 18.0.0
97
# 3.1.0 => 19.0.0
98
# 3.2.0 => 20.0.0
99
+# 3.2.1 => 20.0.1
100
101
# NOTE: This must be after AC_INIT
102
FLINT_MAJOR_SO=20
103
FLINT_MINOR_SO=0
-FLINT_PATCH_SO=0
104
+FLINT_PATCH_SO=1
105
106
# Make sure that we are in the right directory
107
AC_CONFIG_SRCDIR(src/fmpz/link/fmpz_reentrant.c)
0 commit comments