libart-features.h   libart-features.h 
#ifndef LIBART_FEATURES_H #ifndef LIBART_FEATURES_H
#define LIBART_FEATURES_H 1 #define LIBART_FEATURES_H 1
#define LIBART_MAJOR_VERSION (2) #define LIBART_MAJOR_VERSION (2)
#define LIBART_MINOR_VERSION (3) #define LIBART_MINOR_VERSION (3)
#define LIBART_MICRO_VERSION (11) #define LIBART_MICRO_VERSION (12)
#define LIBART_VERSION "2.3.11" #define LIBART_VERSION "2.3.12"
extern const unsigned int libart_major_version, libart_minor_version, libar t_micro_version; extern const unsigned int libart_major_version, libart_minor_version, libar t_micro_version;
extern const char *libart_version; extern const char *libart_version;
void libart_preinit(void *app, void *modinfo); void libart_preinit(void *app, void *modinfo);
void libart_postinit(void *app, void *modinfo); void libart_postinit(void *app, void *modinfo);
#endif #endif
 End of changes. 1 change blocks. 
2 lines changed or deleted 2 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/