diff --git a/CHANGELOG.md b/CHANGELOG.md index 73ef20be35..b4c6596aef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## [4.5.1] – 2024-12-24 +* Fix bug in RedoLayout + ## [4.5.0] – 2024-12-22 * Integration of tablature customization implementation * Optimization of regex calls (@paul-bayleaf) diff --git a/Verovio.podspec b/Verovio.podspec index 8df3d5ac18..e064566f42 100644 --- a/Verovio.podspec +++ b/Verovio.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'Verovio' - s.version = '4.5.0' + s.version = '4.5.1' s.license = { :type => 'LGPL', :file => 'COPYING' } s.homepage = 'https://www.verovio.org/index.xhtml' s.authors = { 'Contributors List' => 'https://github.com/rism-digital/verovio/graphs/contributors' } diff --git a/bindings/java/pom.xml b/bindings/java/pom.xml index f44d866f56..2943cb990b 100644 --- a/bindings/java/pom.xml +++ b/bindings/java/pom.xml @@ -4,7 +4,7 @@ org.rism.verovio VerovioToolkit - 4.5.0 + 4.5.1 jar VerovioToolkit diff --git a/codemeta.json b/codemeta.json index 228fb83ce8..e0d788f2aa 100644 --- a/codemeta.json +++ b/codemeta.json @@ -4,8 +4,8 @@ "identifier": "Verovio", "name": "Verovio", "description": "Verovio is a fast, portable and lightweight open-source library for engraving Music Encoding Initiative (MEI) music scores into SVG.", - "softwareVersion": "4.5.0", - "datePublished": "2024-12-22", + "softwareVersion": "4.5.1", + "datePublished": "2024-12-24", "license": "https://www.gnu.org/licenses/lgpl-3.0", "programmingLanguage": [{ "@type": "ComputerLanguage", diff --git a/include/vrv/vrvdef.h b/include/vrv/vrvdef.h index b483bd262e..42b955aa6f 100644 --- a/include/vrv/vrvdef.h +++ b/include/vrv/vrvdef.h @@ -40,7 +40,7 @@ namespace vrv { #define VERSION_MAJOR 4 #define VERSION_MINOR 5 -#define VERSION_REVISION 0 +#define VERSION_REVISION 1 // Adds "-dev" in the version number - should be set to false for releases #define VERSION_DEV false