From: fred Date: Sun, 24 Mar 2002 19:26:48 +0000 (+0000) Subject: lilypond-0.0.19 X-Git-Tag: release/1.5.59~5673 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=890e66a70605e6065baf1f11c29daeb4b2b86981;p=lilypond.git lilypond-0.0.19 --- diff --git a/Variables.make b/Variables.make index 6e67b107d3..32bffdfc97 100644 --- a/Variables.make +++ b/Variables.make @@ -37,10 +37,13 @@ endif # version info MAJVER=0 MINVER=0 -PATCHLEVEL=18 +PATCHLEVEL=19 VERSION=$(MAJVER).$(MINVER).$(PATCHLEVEL) CXXVER=`$(CXX) --version` +#flower version +NEEDEFLOWERVER=1.0.16 + # directories TOPDIR := $(shell if [ "$$PWD" != "" ]; then echo $$PWD; else pwd; fi) OBJECTDIR=objects