source: trunk/third/librsvg/librsvg-features.h @ 18805

Revision 18805, 423 bytes checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18804, which included commits to RCS files with non-trunk default branches.
Line 
1#ifndef LIBRSVG_FEATURES_H
2#define LIBRSVG_FEATURES_H 1
3
4#define LIBRSVG_MAJOR_VERSION (2)
5#define LIBRSVG_MINOR_VERSION (2)
6#define LIBRSVG_MICRO_VERSION (3)
7#define LIBRSVG_VERSION ""
8
9extern const unsigned int librsvg_major_version, librsvg_minor_version, librsvg_micro_version;
10extern const char *librsvg_version;
11
12void librsvg_preinit(void *app, void *modinfo);
13void librsvg_postinit(void *app, void *modinfo);
14#endif
Note: See TracBrowser for help on using the repository browser.