Post-release version bump to 1.17.5

This should have been done after releasing 1.17.4, but it did not
happen.

The micro version component in Cairo is always odd in Git, and even in
releases.
This commit is contained in:
Emmanuele Bassi 2021-05-11 15:47:13 +01:00
parent 76c7f5edcf
commit d9c9e3b696

View file

@ -3,6 +3,6 @@
#define CAIRO_VERSION_MAJOR 1
#define CAIRO_VERSION_MINOR 17
#define CAIRO_VERSION_MICRO 4
#define CAIRO_VERSION_MICRO 5
#endif