LIBRSVG 2.62.3
C library for rendering SVG
Loading...
Searching...
No Matches
rsvg-version.h
Go to the documentation of this file.
1/*
2 rsvg-version.h: Version macros for librsvg (Doxygen input).
3 Values match LIBRSVG_VERSION 2.62.3.
4
5 Copyright (C) 2026 Randy Butler
6
7 This program is free software; you can redistribute it and/or
8 modify it under the terms of the GNU Library General Public License as
9 published by the Free Software Foundation; either version 2 of the
10 License, or (at your option) any later version.
11*/
12
13#ifndef RSVG_VERSION_H
14#define RSVG_VERSION_H
15
28#define LIBRSVG_MAJOR_VERSION (2)
29
37#define LIBRSVG_MINOR_VERSION (62)
38
46#define LIBRSVG_MICRO_VERSION (3)
47
55#define LIBRSVG_VERSION "2.62.3"
56
59#endif