This commit is contained in:
Chris Cannam
2022-06-17 15:20:39 +01:00
parent c8171e7f9d
commit 750dd650cf
3 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
project( project(
'Rubber Band Library', 'Rubber Band Library',
'c', 'cpp', 'c', 'cpp',
version: '3.0.0-beta1', version: '3.0.0-beta2',
license: 'GPL-2.0-or-later', license: 'GPL-2.0-or-later',
default_options: [ default_options: [
'cpp_std=c++11', 'cpp_std=c++11',

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 "3.0.0-beta1" #define RUBBERBAND_VERSION "3.0.0-beta2"
#define RUBBERBAND_API_MAJOR_VERSION 2 #define RUBBERBAND_API_MAJOR_VERSION 2
#define RUBBERBAND_API_MINOR_VERSION 7 #define RUBBERBAND_API_MINOR_VERSION 7

View File

@@ -28,7 +28,7 @@
extern "C" { extern "C" {
#endif #endif
#define RUBBERBAND_VERSION "3.0.0-beta1" #define RUBBERBAND_VERSION "3.0.0-beta2"
#define RUBBERBAND_API_MAJOR_VERSION 2 #define RUBBERBAND_API_MAJOR_VERSION 2
#define RUBBERBAND_API_MINOR_VERSION 7 #define RUBBERBAND_API_MINOR_VERSION 7