From bec42bff5b7e0379b6b126bef594549cadfbe7b0 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Wed, 31 May 2006 00:04:19 +0000 Subject: [PATCH] * VERSION (PATCH_LEVEL): bump to .4 * ly/Welcome-to-LilyPond-MacOS.ly: include in LilyPond, so version number stays up to date. * GNUmakefile.in: create web-root/VERSION to help upload scripts. * scripts/lilypond-book.py (Lilypond_file_snippet.ly): strip \version from lilypond file snippet. (Lilypond_file_snippet.ly): oops. typo. (find_toplevel_snippets): urgh. again. --- ChangeLog | 2 ++ VERSION | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3c133e4130..cd056ae93f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2006-05-31 Han-Wen Nienhuys + * VERSION (PATCH_LEVEL): bump to .4 + * lily/parser.yy (simple_markup): replace THIS with PARSER. * ly/Welcome-to-LilyPond-MacOS.ly: include in LilyPond, so version diff --git a/VERSION b/VERSION index 27a07027c8..22cfb4041e 100644 --- a/VERSION +++ b/VERSION @@ -1,6 +1,6 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=2 MINOR_VERSION=8 -PATCH_LEVEL=3 +PATCH_LEVEL=4 MY_PATCH_LEVEL= -- 2.39.5