Skip to content

Commit

Permalink
Start 4.5.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Nov 25, 2024
1 parent 391d699 commit d178cac
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [unreleased]

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

Expand Down
2 changes: 1 addition & 1 deletion Verovio.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Verovio'
s.version = '4.4.0-dev'
s.version = '4.5.0-dev'
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' }
Expand Down
2 changes: 1 addition & 1 deletion bindings/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.rism.verovio</groupId>
<artifactId>VerovioToolkit</artifactId>
<version>4.4.0-dev</version>
<version>4.5.0-dev</version>
<packaging>jar</packaging>

<name>VerovioToolkit</name>
Expand Down
2 changes: 1 addition & 1 deletion bindings/python/.pypi-version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# dummy file used by setup.py for counting revisions when publishing to test.pypi
# counting can be reset by making a change to this file
4.4.0
4.5.0
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.4.0-dev",
"datePublished": "2024-09-10",
"softwareVersion": "4.5.0-dev",
"datePublished": "2024-11-25",
"license": "https://www.gnu.org/licenses/lgpl-3.0",
"programmingLanguage": [{
"@type": "ComputerLanguage",
Expand Down
2 changes: 1 addition & 1 deletion emscripten/npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "verovio",
"version": "4.4.0-alpha",
"version": "4.5.0-alpha",
"description": "This is the stable version of the verovio package",
"main": "dist/verovio-toolkit-wasm.js",
"exports": {
Expand Down
2 changes: 1 addition & 1 deletion include/vrv/vrvdef.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ namespace vrv {
//----------------------------------------------------------------------------

#define VERSION_MAJOR 4
#define VERSION_MINOR 4
#define VERSION_MINOR 5
#define VERSION_REVISION 0
// Adds "-dev" in the version number - should be set to false for releases
#define VERSION_DEV true
Expand Down

0 comments on commit d178cac

Please sign in to comment.