blob: c6da442e69aa997f3f44760c49426554f4130d41 (
plain)
1
2
3
4
5
6
7
|
#ifndef YAJL_VERSION_H_
#define YAJL_VERSION_H_
/* Fallback for libyajl 1 which does not provide yajl_version.h */
#define YAJL_MAJOR 1
#define YAJL_MINOR 0
#define YAJL_MICRO 0
#endif
|