From: fred Date: Sun, 24 Mar 2002 19:27:11 +0000 (+0000) Subject: lilypond-0.0.21 X-Git-Tag: release/1.5.59~5652 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a20c9cc7d09eb2957a2ed4e7e31bdf1cb96a66d0;p=lilypond.git lilypond-0.0.21 --- diff --git a/Variables.make b/Variables.make index ac306c7832..cd4a663b6e 100644 --- a/Variables.make +++ b/Variables.make @@ -37,12 +37,12 @@ endif # version info MAJVER=0 MINVER=0 -PATCHLEVEL=20 +PATCHLEVEL=21 VERSION=$(MAJVER).$(MINVER).$(PATCHLEVEL) CXXVER=`$(CXX) --version` #flower version -NEEDEFLOWERVER=1.0.16 +NEEDEFLOWERVER=1.0.17 # directories TOPDIR := $(shell if [ "$$PWD" != "" ]; then echo $$PWD; else pwd; fi)