source: trunk/third/librsvg/librsvg-features.c @ 17277

Revision 17277, 377 bytes checked in by amb, 23 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r17276, which included commits to RCS files with non-trunk default branches.
Line 
1#include "librsvg-features.h"
2
3/* General initialization hooks */
4const unsigned int librsvg_major_version=LIBRSVG_MAJOR_VERSION,
5  librsvg_minor_version=LIBRSVG_MINOR_VERSION,
6  librsvg_micro_version=LIBRSVG_MICRO_VERSION;
7
8const char *librsvg_version = LIBRSVG_VERSION;
9
10void
11librsvg_preinit(void *app, void *modinfo)
12{
13}
14
15void
16librsvg_postinit(void *app, void *modinfo)
17{
18}
Note: See TracBrowser for help on using the repository browser.