Skip to content

Commit d178cac

Browse files
committed
Start 4.5.0-dev
1 parent 391d699 commit d178cac

File tree

7 files changed

+10
-8
lines changed

7 files changed

+10
-8
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Changelog
22

33
## [unreleased]
4+
5+
## [4.4.0] – 2024-11-25
46
* Support for CMME import
57
* Support for conversion from mensural to CMN (with `--mensural-to-cmn`)
68
* Improved mensural cast-off (without `barLine`)
@@ -10,7 +12,7 @@
1012
* Connection of ledger lines to notes or accidentals with `--svg-html5`
1113
* Refactoring of internal time alignment using fraction instead of double
1214
* Option `--timemap` for controlling the time map from the command-line
13-
* Option `--mensural-to-measure` renames `--mensural-to-cmn`
15+
* Option `--mensural-to-measure` renamed `--mensural-to-cmn`
1416
* Option `--duration-equivalence` (`brevis`, `semibrevis` or `minima`) for mensural alignment
1517
* Option `--mensural-responsive-view` for cast-off on simplified encoding
1618

Verovio.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'Verovio'
3-
s.version = '4.4.0-dev'
3+
s.version = '4.5.0-dev'
44
s.license = { :type => 'LGPL', :file => 'COPYING' }
55
s.homepage = 'https://www.verovio.org/index.xhtml'
66
s.authors = { 'Contributors List' => 'https://github.com/rism-digital/verovio/graphs/contributors' }

bindings/java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.rism.verovio</groupId>
66
<artifactId>VerovioToolkit</artifactId>
7-
<version>4.4.0-dev</version>
7+
<version>4.5.0-dev</version>
88
<packaging>jar</packaging>
99

1010
<name>VerovioToolkit</name>

bindings/python/.pypi-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# dummy file used by setup.py for counting revisions when publishing to test.pypi
22
# counting can be reset by making a change to this file
3-
4.4.0
3+
4.5.0

codemeta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"identifier": "Verovio",
55
"name": "Verovio",
66
"description": "Verovio is a fast, portable and lightweight open-source library for engraving Music Encoding Initiative (MEI) music scores into SVG.",
7-
"softwareVersion": "4.4.0-dev",
8-
"datePublished": "2024-09-10",
7+
"softwareVersion": "4.5.0-dev",
8+
"datePublished": "2024-11-25",
99
"license": "https://www.gnu.org/licenses/lgpl-3.0",
1010
"programmingLanguage": [{
1111
"@type": "ComputerLanguage",

emscripten/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "verovio",
3-
"version": "4.4.0-alpha",
3+
"version": "4.5.0-alpha",
44
"description": "This is the stable version of the verovio package",
55
"main": "dist/verovio-toolkit-wasm.js",
66
"exports": {

include/vrv/vrvdef.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ namespace vrv {
3939
//----------------------------------------------------------------------------
4040

4141
#define VERSION_MAJOR 4
42-
#define VERSION_MINOR 4
42+
#define VERSION_MINOR 5
4343
#define VERSION_REVISION 0
4444
// Adds "-dev" in the version number - should be set to false for releases
4545
#define VERSION_DEV true

0 commit comments

Comments
 (0)