gaborator-sys 0.1.1

Rust API for Gaborator audio processing library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
// Version number
//
// Copyright (C) 2015-2020 Andreas Gustafsson.  This file is part of
// the Gaborator library source distribution.  See the file LICENSE at
// the top level of the distribution for license information.
//

#ifndef _GABORATOR_VERSION_H
#define _GABORATOR_VERSION_H

#define GABORATOR_VERSION_MAJOR 1
#define GABORATOR_VERSION_MINOR 6

#endif