From 8d1b2b38ea7843a6c8f1c99204fdfa5682a8a59d Mon Sep 17 00:00:00 2001
From: Reinhold Kainhofer <reinhold@kainhofer.com>
Date: Thu, 6 Mar 2008 20:24:35 +0100
Subject: [PATCH] Added version history, Bump version number to 0.02

Signed-off-by: Reinhold Kainhofer <reinhold@kainhofer.com>
---
 orchestrallily.ly | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/orchestrallily.ly b/orchestrallily.ly
index df0c8ef..b5727ae 100644
--- a/orchestrallily.ly
+++ b/orchestrallily.ly
@@ -5,10 +5,14 @@
 % ==============
 % Desciption:  Lilypond package to make writing large orchestral scores easier.
 % Documentation: http://wiki.kainhofer.com/lilypond/orchestrallily
-% Version: 0.01, 2008-03-02
+% Version: 0.02, 2008-03-06
 % Author: Reinhold Kainhofer, reinhold@kainhofer.com
 % Copyright: (C) 2008 by Reinhold Kainhofer
 % License: GPL v3.0, http://www.gnu.org/licenses/gpl.html
+%
+% Version History:
+% 0.01: Initial Version
+% 0.02: Added basic MIDI support (*MidiInstrument and \setCreateMIDI)
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
 #(use-modules (ice-9 match))
-- 
GitLab