From: Tom Cato Amundsen Date: Thu, 9 Nov 2000 13:36:44 +0000 (+0100) Subject: patch::: 1.3.105.tca1 X-Git-Tag: release/1.3.106~1 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ef0696c47e7b5e3f7f2b018bca3d9eaef62439b0;p=lilypond.git patch::: 1.3.105.tca1 --- diff --git a/VERSION b/VERSION index d68788f3f4..8276e5dc47 100644 --- a/VERSION +++ b/VERSION @@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=3 PATCH_LEVEL=105 -MY_PATCH_LEVEL=jcn1 +MY_PATCH_LEVEL=tca1 # use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version. diff --git a/scripts/mudela-book.py b/scripts/mudela-book.py index fa2ec8706e..6539a48e3b 100644 --- a/scripts/mudela-book.py +++ b/scripts/mudela-book.py @@ -36,7 +36,7 @@ import operator program_version = '@TOPLEVEL_VERSION@' if program_version == '@' + 'TOPLEVEL_VERSION' + '@': - program_version = '1.3.85' + program_version = '1.3.105.tca1' include_path = [os.getcwd()] @@ -813,6 +813,8 @@ def find_eps_dims (match): "Fill in dimensions of EPS files." fn =match.group (1) + if g_outdir: + fn = os.path.join(g_outdir, fn) dims = bounding_box_dimensions (fn) return '%ipt' % dims[0]