Update versions

This commit is contained in:
Chris Cannam
2024-08-12 09:22:21 +01:00
parent e75fc4f9d1
commit ffe7cf966c
4 changed files with 13 additions and 13 deletions

View File

@@ -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