Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
cannam committed Aug 12, 2024
1 parent e75fc4f commit ffe7cf9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
project(
'Rubber Band Library',
'c', 'cpp',
version: '3.3.0',
version: '4.0.0',
license: 'GPL-2.0-or-later',
default_options: [
'cpp_std=c++11',
Expand All @@ -15,7 +15,7 @@ project(
meson_version: '>= 0.53.0'
)

rubberband_dynamic_library_version = '2.3.0'
rubberband_dynamic_library_version = '3.0.0'

system = host_machine.system()
architecture = host_machine.cpu_family()
Expand Down
8 changes: 4 additions & 4 deletions rubberband/RubberBandLiveShifter.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@

#ifndef RUBBERBAND_LIVE_SHIFTER_H
#define RUBBERBAND_LIVE_SHIFTER_H
#define RUBBERBAND_LIVE_VERSION "0.0.1"
#define RUBBERBAND_LIVE_API_MAJOR_VERSION 0
#define RUBBERBAND_LIVE_API_MINOR_VERSION 0

#define RUBBERBAND_VERSION "4.0.0"
#define RUBBERBAND_API_MAJOR_VERSION 3
#define RUBBERBAND_API_MINOR_VERSION 0

#undef RUBBERBAND_LIVE_DLLEXPORT
#ifdef _MSC_VER
Expand Down
6 changes: 3 additions & 3 deletions rubberband/RubberBandStretcher.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
#ifndef RUBBERBAND_STRETCHER_H
#define RUBBERBAND_STRETCHER_H

#define RUBBERBAND_VERSION "3.3.0"
#define RUBBERBAND_API_MAJOR_VERSION 2
#define RUBBERBAND_API_MINOR_VERSION 8
#define RUBBERBAND_VERSION "4.0.0"
#define RUBBERBAND_API_MAJOR_VERSION 3
#define RUBBERBAND_API_MINOR_VERSION 0

#undef RUBBERBAND_DLLEXPORT
#ifdef _MSC_VER
Expand Down
8 changes: 4 additions & 4 deletions rubberband/rubberband-c.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
#ifdef __cplusplus
extern "C" {
#endif

#define RUBBERBAND_VERSION "3.3.0"
#define RUBBERBAND_API_MAJOR_VERSION 2
#define RUBBERBAND_API_MINOR_VERSION 8
#define RUBBERBAND_VERSION "4.0.0"
#define RUBBERBAND_API_MAJOR_VERSION 3
#define RUBBERBAND_API_MINOR_VERSION 0

#undef RB_EXTERN
#ifdef _MSC_VER
Expand Down

0 comments on commit ffe7cf9

Please sign in to comment.