summaryrefslogtreecommitdiff
path: root/librsvg-features.c
blob: 621d4f0960a0f4c6ac8d443d71f0538d6be95798 (plain)
1
2
3
4
5
6
7
#include "librsvg-features.h"

/* General initialization hooks */
const unsigned int librsvg_major_version = LIBRSVG_MAJOR_VERSION,
    librsvg_minor_version = LIBRSVG_MINOR_VERSION, librsvg_micro_version = LIBRSVG_MICRO_VERSION;

const char *librsvg_version = LIBRSVG_VERSION;