From e39b570d97d0ff3d2139192f59bd97b03e6273b5 Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Tue, 14 Feb 2006 14:10:56 +0000 Subject: [PATCH] release commit --- ChangeLog | 4 +++- lily/relocate.cc | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 499698fc73..ed9626ab43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,9 @@ 2006-02-14 Han-Wen Nienhuys - * GNUmakefile.in: remove $(VERSION) symlink. + * lily/relocate.cc (framework_relocation): show canary if + GHOSTSCRIPT_VERSION undefined. + * GNUmakefile.in: remove $(VERSION) symlink. * lily/relocate.cc (setup_paths): add + diff --git a/lily/relocate.cc b/lily/relocate.cc index cd9b0313ff..e5f27f7332 100644 --- a/lily/relocate.cc +++ b/lily/relocate.cc @@ -150,7 +150,7 @@ framework_relocation (string prefix) #ifdef GHOSTSCRIPT_VERSION GHOSTSCRIPT_VERSION #else - "8.15" + "ghostscript-version-undefined" #endif ; -- 2.39.5