--- libgig/trunk/src/gigdump.cpp 2006/05/03 20:40:19 857 +++ libgig/trunk/src/gigdump.cpp 2006/05/06 11:29:29 858 @@ -257,9 +257,6 @@ case gig::split_type_normal: cout << "NORMAL" << endl; break; - case gig::split_type_customvelocity: - cout << "CUSTOMVELOCITY" << endl; - break; case gig::split_type_bit: cout << "BIT" << endl; break; @@ -324,7 +321,7 @@ } string Revision() { - string s = "$Revision: 1.17 $"; + string s = "$Revision: 1.18 $"; return s.substr(11, s.size() - 13); // cut dollar signs, spaces and CVS macro keyword }