Update Linux-specific Makefile

This commit is contained in:
Chris Cannam
2022-06-14 10:24:08 +01:00
parent fb75aa36f6
commit 33a2696b34
6 changed files with 158 additions and 133 deletions

View File

@@ -24,9 +24,9 @@
#ifndef RUBBERBAND_STRETCHER_H
#define RUBBERBAND_STRETCHER_H
#define RUBBERBAND_VERSION "2.0.2"
#define RUBBERBAND_VERSION "3.0.0"
#define RUBBERBAND_API_MAJOR_VERSION 2
#define RUBBERBAND_API_MINOR_VERSION 6
#define RUBBERBAND_API_MINOR_VERSION 7
#undef RUBBERBAND_DLLEXPORT
#ifdef _MSC_VER

View File

@@ -28,9 +28,9 @@
extern "C" {
#endif
#define RUBBERBAND_VERSION "2.0.2"
#define RUBBERBAND_VERSION "3.0.0"
#define RUBBERBAND_API_MAJOR_VERSION 2
#define RUBBERBAND_API_MINOR_VERSION 6
#define RUBBERBAND_API_MINOR_VERSION 7
#undef RB_EXTERN
#ifdef _MSC_VER