]> git.sur5r.net Git - i3/i3/blob - yajl-fallback/yajl/yajl_version.h
Make code compatible with yajl 2.0 *and* 1.0
[i3/i3] / yajl-fallback / yajl / yajl_version.h
1 #ifndef YAJL_VERSION_H_
2 #define YAJL_VERSION_H_
3 /* Fallback for libyajl 1 which does not provide yajl_version.h */
4 #define YAJL_MAJOR 1
5 #define YAJL_MINOR 0
6 #define YAJL_MICRO 0
7 #endif