From f5aa985497f4b826714f1b81813f14ca27da1858 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 1 Jul 2002 11:21:24 +0000 Subject: [PATCH] release commit --- ChangeLog | 6 ++++++ VERSION | 4 ++-- lily/grob.cc | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2c70e2ce7b..87c112e6c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-07-01 Han-Wen Nienhuys + + * VERSION (MAJOR_VERSION): 1.5.64 + 2002-06-30 Jan Nieuwenhuizen * lily/grob.cc (mark_smob): don't mark parents, explain why. @@ -63,6 +67,8 @@ 2002-06-24 Han-Wen + * VERSION: 1.5.63 released + * lily/grob-scheme.cc: new file * lily/break-substitution.cc: split up break substitution diff --git a/VERSION b/VERSION index cec8622582..d2aa4d022d 100644 --- a/VERSION +++ b/VERSION @@ -1,8 +1,8 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=1 MINOR_VERSION=5 -PATCH_LEVEL=63 -MY_PATCH_LEVEL=jcn1 +PATCH_LEVEL=64 +MY_PATCH_LEVEL= # Use the above to send patches: MY_PATCH_LEVEL is always empty for a # released version. diff --git a/lily/grob.cc b/lily/grob.cc index c39d0125bd..d1e515fda9 100644 --- a/lily/grob.cc +++ b/lily/grob.cc @@ -769,7 +769,7 @@ Grob::mark_smob (SCM ses) for Y relations). Marking these can be done in limited stack space. If we add the parents, we will jump between X and Y in an erratic manner, leading to much more recursion depth (and - core dumps if we link to pthreads. + core dumps if we link to pthreads.) */ } -- 2.39.5