From: fred Date: Sun, 24 Mar 2002 19:26:45 +0000 (+0000) Subject: lilypond-0.0.18 X-Git-Tag: release/1.5.59~5675 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e40611419d128fa0b59f6d45a5395367c550a339;p=lilypond.git lilypond-0.0.18 --- diff --git a/Variables.make b/Variables.make index f386e5546d..6e67b107d3 100644 --- a/Variables.make +++ b/Variables.make @@ -37,7 +37,7 @@ endif # version info MAJVER=0 MINVER=0 -PATCHLEVEL=17 +PATCHLEVEL=18 VERSION=$(MAJVER).$(MINVER).$(PATCHLEVEL) CXXVER=`$(CXX) --version`