[tlbuild] asy 2.22
Ken Brown
kbrow1i at gmail.com
Sun May 19 17:47:28 CEST 2013
On 5/18/2013 6:51 PM, Karl Berry wrote:
> Bowman has released a new version, asymptote 2.22.
He forgot to update configure.ac with the new version number. As a
result, `asy -version' reports that it is version 2.21. This fixes it:
--- configure.ac~ 2013-04-04 14:22:23.000000000 -0400
+++ configure.ac 2013-05-19 11:38:17.516994000 -0400
@@ -3,7 +3,7 @@
# this file.
AC_PREREQ(2)
-AC_INIT([Asymptote],[2.21],[http://sourceforge.net/projects/asymptote])
+AC_INIT([Asymptote],[2.22],[http://sourceforge.net/projects/asymptote])
VERSION=$PACKAGE_VERSION
AC_SUBST(VERSION)
m4_include([ax_pthread.m4])
Ken
More information about the tlbuild
mailing list