summaryrefslogtreecommitdiff
path: root/librsvg-features.c
blob: ba639b8d85df64e5039188362cd348cf51327618 (plain)
1
2
3
4
5
6
7
8
#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;