diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2004-03-23 12:42:30 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2004-03-23 12:42:30 +0000 |
commit | 4cd5fde58781f8ea5e2e071674cbe0499eb1232e (patch) | |
tree | 9bdb9175a4f9c313f86b1bd449df75db7c7ff958 /VERSION | |
parent | d2ac9a1eacc785b9a87a2258d91edc107fadd924 (diff) |
* lily/main.cc (main_with_guile): switch debugging.
* lily/system.cc (get_line): plug leak.
* lily/paper-book.cc (pages): plug memory leaks: delete page array
and contents.
(stencil2line): plug leak.
* Documentation/user/changing-defaults.itely (Determining a grob
property): new node.
(Layout interfaces): new node.
(Navigating the program reference): new node.
Diffstat (limited to 'VERSION')
-rw-r--r-- | VERSION | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ PACKAGE_NAME=LilyPond MAJOR_VERSION=2 MINOR_VERSION=1 -PATCH_LEVEL=33 -MY_PATCH_LEVEL=hwn1 +PATCH_LEVEL=34 +MY_PATCH_LEVEL= |