Further version updates

This commit is contained in:
Chris Cannam
2021-03-08 17:17:56 +00:00
parent 3b505b2ee4
commit f393627944
3 changed files with 3 additions and 3 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 = 1.9.0 PROJECT_NUMBER = 1.9.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

@@ -24,7 +24,7 @@
#ifndef RUBBERBAND_STRETCHER_H #ifndef RUBBERBAND_STRETCHER_H
#define RUBBERBAND_STRETCHER_H #define RUBBERBAND_STRETCHER_H
#define RUBBERBAND_VERSION "1.9.0" #define RUBBERBAND_VERSION "1.9.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 "1.9.0" #define RUBBERBAND_VERSION "1.9.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