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 */ |
---|
4 | const unsigned int librsvg_major_version=LIBRSVG_MAJOR_VERSION, |
---|
5 | librsvg_minor_version=LIBRSVG_MINOR_VERSION, |
---|
6 | librsvg_micro_version=LIBRSVG_MICRO_VERSION; |
---|
7 | |
---|
8 | const char *librsvg_version = LIBRSVG_VERSION; |
---|
9 | |
---|
10 | void |
---|
11 | librsvg_preinit(void *app, void *modinfo) |
---|
12 | { |
---|
13 | } |
---|
14 | |
---|
15 | void |
---|
16 | librsvg_postinit(void *app, void *modinfo) |
---|
17 | { |
---|
18 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.