Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Commit 1538cca

Browse files
committed
Downgrade librsvg for vista
1 parent 7433c12 commit 1538cca

5 files changed

Lines changed: 4 additions & 4 deletions

File tree

include/librsvg-2.0/librsvg/librsvg-features.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#define LIBRSVG_FEATURES_H
77

88
#define LIBRSVG_MAJOR_VERSION (2)
9-
#define LIBRSVG_MINOR_VERSION (50)
10-
#define LIBRSVG_MICRO_VERSION (5)
11-
#define LIBRSVG_VERSION "2.50.5"
9+
#define LIBRSVG_MINOR_VERSION (48)
10+
#define LIBRSVG_MICRO_VERSION (8)
11+
#define LIBRSVG_VERSION "2.48.8"
1212

1313
#define LIBRSVG_CHECK_VERSION(major,minor,micro) \
1414
(LIBRSVG_MAJOR_VERSION > (major) || \

lib/i386/librsvg-2.a

-1.8 MB
Binary file not shown.

lib/x64-ucrt/librsvg-2.a

-971 KB
Binary file not shown.

lib/x64/librsvg-2.a

-1.76 MB
Binary file not shown.

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# LIBRSVG 2.50.5
1+
# LIBRSVG 2.48.8
22

33
Evertyhing was built with rtools40. Use the following flags to build:
44

0 commit comments

Comments
 (0)