From 26e1cfd26b048f89795a777ce7771a6b2ab37b61 Mon Sep 17 00:00:00 2001
From: Han-Wen Nienhuys <hanwen@xs4all.nl>
Date: Sun, 10 Oct 2004 19:41:07 +0000
Subject: [PATCH] * lily/lexer.ll (Lily_lexer): bump version req to 2.3.22.

* lily/slur-scoring.cc (move_away_from_staffline): new function.
(get_base_attachments): move away attachment point for breaks
similar to attachment points on slurs (staffline collision, and
half a space of padding)
---
 ChangeLog     | 2 ++
 VERSION       | 2 +-
 lily/lexer.ll | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 9217b96458..08762cc1e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-10-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+	* lily/lexer.ll (Lily_lexer): bump version req to 2.3.22.
+
 	* lily/parser.yy (Prefix_composite_music): change no-transposition
 	for mode_changing_head to figures too.
 
diff --git a/VERSION b/VERSION
index 57dd1c437f..b897c9acb6 100644
--- a/VERSION
+++ b/VERSION
@@ -2,5 +2,5 @@ PACKAGE_NAME=LilyPond
 MAJOR_VERSION=2
 MINOR_VERSION=3
 PATCH_LEVEL=22
-MY_PATCH_LEVEL=pre-jcn2
+MY_PATCH_LEVEL=
 
diff --git a/lily/lexer.ll b/lily/lexer.ll
index f89f7fa5af..ccb3d77b67 100644
--- a/lily/lexer.ll
+++ b/lily/lexer.ll
@@ -801,7 +801,7 @@ strip_trailing_white (String&s)
 
 
 /* 2.1.2x something -> \property -> \set. */ 
-Lilypond_version oldest_version ("2.2.0");
+Lilypond_version oldest_version ("2.3.22");
 
 
 bool
-- 
2.39.5