Revision 17277,
506 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 | #ifndef LIBRSVG_FEATURES_H |
---|
2 | #define LIBRSVG_FEATURES_H 1 |
---|
3 | |
---|
4 | #define LIBRSVG_MAJOR_VERSION (@LIBRSVG_MAJOR_VERSION@) |
---|
5 | #define LIBRSVG_MINOR_VERSION (@LIBRSVG_MINOR_VERSION@) |
---|
6 | #define LIBRSVG_MICRO_VERSION (@LIBRSVG_MICRO_VERSION@) |
---|
7 | #define LIBRSVG_VERSION "@LIBRSVG_VERSION@" |
---|
8 | |
---|
9 | extern const unsigned int librsvg_major_version, librsvg_minor_version, librsvg_micro_version; |
---|
10 | extern const char *librsvg_version; |
---|
11 | |
---|
12 | void librsvg_preinit(void *app, void *modinfo); |
---|
13 | void librsvg_postinit(void *app, void *modinfo); |
---|
14 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.