wavpack-sys 0.4.0

FFI bindings for WavPack
Documentation
////////////////////////////////////////////////////////////////////////////
//                           **** WAVPACK ****                            //
//                  Hybrid Lossless Wavefile Compressor                   //
//                Copyright (c) 1998 - 2022 David Bryant.                 //
//                          All Rights Reserved.                          //
//      Distributed under the BSD Software License (see license.txt)      //
////////////////////////////////////////////////////////////////////////////

// wavpack_version.h

#ifndef WAVPACK_VERSION_H
#define WAVPACK_VERSION_H

#define LIBWAVPACK_MAJOR 5
#define LIBWAVPACK_MINOR 6
#define LIBWAVPACK_MICRO 0
#define LIBWAVPACK_VERSION_STRING "5.6.0"

#endif