From de2e75c5aab4e1e2a73e562ce781a639a4e772d5 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 22 Jan 2007 14:27:18 +0100 Subject: [PATCH] change download url. --- README.texi | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.texi b/README.texi index d4765df..d8a6838 100644 --- a/README.texi +++ b/README.texi @@ -41,7 +41,7 @@ Versions prior to 1.0.5 were called `pktrace'. @section Download @itemize -@item @uref{http://lilypond.org/mftrace/mftrace-@mftversion{}.tar.gz} +@item @uref{http://lilypond.org/download/sources/mftrace/mftrace-@mftversion{}.tar.gz} @item GIT at @uref{http://repo.or.cz/w/mftrace.git} @end itemize diff --git a/configure.in b/configure.in index e928601..58084b2 100644 --- a/configure.in +++ b/configure.in @@ -6,7 +6,7 @@ AC_PATH_PROG(AUTOTRACE, autotrace, none) AC_PATH_PROG(POTRACE, potrace, none) AC_SUBST(PYTHON) -export VERSION="1.2.7" +export VERSION="1.2.9" AC_SUBST(VERSION) AC_SUBST(EXEEXT) -- 2.11.4.GIT