From: Jan Nieuwenhuizen Date: Mon, 18 Mar 2002 15:56:23 +0000 (+0100) Subject: patch::: 1.5.42.jcn1 X-Git-Tag: release/1.5.43~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7ac2d2dedf797c02c50ba113a871ad485d22a1fb;p=lilypond.git patch::: 1.5.42.jcn1 2002-03-18 Jan Nieuwenhuizen * stepmake/bin/add-html-footer.py: Website title fix. --- diff --git a/ChangeLog b/ChangeLog index cdc811d3ab..b3add57fb5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-03-18 Jan Nieuwenhuizen + + * stepmake/bin/add-html-footer.py: Website title fix. + 2002-03-15 Mats Bengtsson * buildscripts/lilypond-profile.sh: diff --git a/VERSION b/VERSION index 655452a893..31aa0176e2 100644 --- a/VERSION +++ b/VERSION @@ -2,7 +2,7 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=5 PATCH_LEVEL=42 -MY_PATCH_LEVEL= +MY_PATCH_LEVEL=jcn1 # use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version. diff --git a/stepmake/bin/add-html-footer.py b/stepmake/bin/add-html-footer.py index 54e313b9f2..f7cdac7ffb 100644 --- a/stepmake/bin/add-html-footer.py +++ b/stepmake/bin/add-html-footer.py @@ -250,8 +250,8 @@ def do_file (f): s = re.sub ('@BRANCH@', branch_str, s) # ugh, python2.[12] re is broken. - #pat = re.compile ('.*?', re.DOTALL) - pat = re.compile ('[.\n]*?') + #pat = re.compile ('.*?', re.DOTALL) + pat = re.compile ('[.\n]*?') m = pat.search (s) while m: at_var = m.group (1)