Welcome to mirror list, hosted at ThFree Co, Russian Federation.

config.h « ietf « doc - gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1552faaa9d9ecf1f1e8b7aa39773c7f265fa9294 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/* config.h.  Generated from config.h.in by configure.  */
/* config.h.in.  Generated from configure.ac by autoheader.  */

/* This is a build of CELT */
#define CELT_BUILD /**/

/* Version extra */
#define CELT_EXTRA_VERSION ""

/* Version major */
#define CELT_MAJOR_VERSION 0

/* Version micro */
#define CELT_MICRO_VERSION 2

/* Version minor */
#define CELT_MINOR_VERSION 5

/* Complete version string */
#define CELT_VERSION "0.6.0"


#define restrict