| Jean-Marc Valin | dc66347 | 2009-06-04 16:39:38 -0400 | [diff] [blame] | 1 | /* config.h. Generated from config.h.in by configure. */ |
| 2 | /* config.h.in. Generated from configure.ac by autoheader. */ |
| 3 | |
| 4 | /* This is a build of CELT */ |
| 5 | #define CELT_BUILD /**/ |
| 6 | |
| 7 | /* Version extra */ |
| 8 | #define CELT_EXTRA_VERSION "" |
| 9 | |
| 10 | /* Version major */ |
| 11 | #define CELT_MAJOR_VERSION 0 |
| 12 | |
| 13 | /* Version micro */ |
| 14 | #define CELT_MICRO_VERSION 2 |
| 15 | |
| 16 | /* Version minor */ |
| 17 | #define CELT_MINOR_VERSION 5 |
| 18 | |
| 19 | /* Complete version string */ |
| Jean-Marc Valin | 4d12a82 | 2009-07-02 10:59:07 -0400 | [diff] [blame] | 20 | #define CELT_VERSION "0.6.0" |
| Jean-Marc Valin | dc66347 | 2009-06-04 16:39:38 -0400 | [diff] [blame] | 21 | |
| 22 | |
| 23 | #define restrict |