Skip to content

Commit

Permalink
Release 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Oct 23, 2019
1 parent aefc9c0 commit fc0f343
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## [unreleased]

## [2.2.1] - 2019-10-23
* Fix bug with mensural notation layout

## [2.2.0] - 2019-10-17
* Support for superscript and subscript in `<rend>`
* Support for chord-symbol parsing in MusicXML (@earboxer)
Expand Down
6 changes: 3 additions & 3 deletions include/vrv/vrvdef.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ namespace vrv {
//----------------------------------------------------------------------------

#define VERSION_MAJOR 2
#define VERSION_MINOR 3
#define VERSION_REVISION 0
#define VERSION_MINOR 2
#define VERSION_REVISION 1
// Adds "-dev" in the version number - should be set to false for releases
#define VERSION_DEV true
#define VERSION_DEV false

enum MEIVersion { MEI_UNDEFINED = 0, MEI_2013, MEI_3_0_0, MEI_4_0_0 };

Expand Down

0 comments on commit fc0f343

Please sign in to comment.