Next version to be 2.0.1

This commit is contained in:
Chris Cannam
2022-01-12 15:22:18 +00:00
parent 5a94067a50
commit 1460f39ad4
5 changed files with 9 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ PROJECT_NAME = "Rubber Band Library"
# This could be handy for archiving the generated documentation or # This could be handy for archiving the generated documentation or
# if some version control system is used. # if some version control system is used.
PROJECT_NUMBER = 2.0.0 PROJECT_NUMBER = 2.0.1
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put. # base path where the generated documentation will be put.

View File

@@ -2,7 +2,7 @@
project( project(
'Rubber Band Library', 'Rubber Band Library',
'c', 'cpp', 'c', 'cpp',
version: '2.0.0', version: '2.0.1',
license: 'GPL-2.0-or-later', license: 'GPL-2.0-or-later',
default_options: [ default_options: [
'cpp_std=c++14', 'cpp_std=c++14',
@@ -14,7 +14,7 @@ project(
meson_version: '>= 0.53.0' meson_version: '>= 0.53.0'
) )
rubberband_dynamic_library_version = '2.1.5' rubberband_dynamic_library_version = '2.1.6'
system = host_machine.system() system = host_machine.system()
architecture = host_machine.cpu_family() architecture = host_machine.cpu_family()

View File

@@ -35,12 +35,15 @@ echo
echo "The LV2 plugin RDF should contain 2x the API minor version for minorVersion" echo "The LV2 plugin RDF should contain 2x the API minor version for minorVersion"
echo "and an LV2-specific microVersion field, for the mono and stereo plugins." echo "and an LV2-specific microVersion field, for the mono and stereo plugins."
echo echo
grep 'Version' ladspa-lv2/rubberband.lv2/rubberband.ttl grep 'Version' ladspa-lv2/rubberband.lv2/lv2-rubberband.ttl
check "Are the above minor and micro versions (from the LV2 plugin RDF) correct?" check "Are the above minor and micro versions (from the LV2 plugin RDF) correct?"
echo echo
grep '^PROJECT_NUMBER' Doxyfile grep '^PROJECT_NUMBER' Doxyfile
check "Is the above version (from Doxyfile) correct?" check "Is the above version (from Doxyfile) correct?"
echo
check "All version checks passed. Continue?"
echo echo
echo "Going ahead..." echo "Going ahead..."
mkdir -p packages mkdir -p packages

View File

@@ -24,7 +24,7 @@
#ifndef RUBBERBAND_STRETCHER_H #ifndef RUBBERBAND_STRETCHER_H
#define RUBBERBAND_STRETCHER_H #define RUBBERBAND_STRETCHER_H
#define RUBBERBAND_VERSION "2.0.0" #define RUBBERBAND_VERSION "2.0.1"
#define RUBBERBAND_API_MAJOR_VERSION 2 #define RUBBERBAND_API_MAJOR_VERSION 2
#define RUBBERBAND_API_MINOR_VERSION 6 #define RUBBERBAND_API_MINOR_VERSION 6

View File

@@ -28,7 +28,7 @@
extern "C" { extern "C" {
#endif #endif
#define RUBBERBAND_VERSION "2.0.0" #define RUBBERBAND_VERSION "2.0.1"
#define RUBBERBAND_API_MAJOR_VERSION 2 #define RUBBERBAND_API_MAJOR_VERSION 2
#define RUBBERBAND_API_MINOR_VERSION 6 #define RUBBERBAND_API_MINOR_VERSION 6