Skip to content
Snippets Groups Projects
Commit a6da1f5b authored by Manuel Günther (aka. Gunther, Guenther)'s avatar Manuel Günther (aka. Gunther, Guenther)
Browse files

Fixed #12

parent d719639f
No related branches found
No related tags found
No related merge requests found
...@@ -90,7 +90,7 @@ ...@@ -90,7 +90,7 @@
#ifdef HAVE_GIFLIB #ifdef HAVE_GIFLIB
static PyObject* giflib_version() { static PyObject* giflib_version() {
#ifdef GIFLIB_VERSION #ifdef GIFLIB_VERSION
return Py_BuildValue("s", GIF_LIB_VERSION); return Py_BuildValue("s", GIFLIB_VERSION);
#else #else
boost::format f("%s.%s.%s"); boost::format f("%s.%s.%s");
f % BOOST_PP_STRINGIZE(GIFLIB_MAJOR) % BOOST_PP_STRINGIZE(GIFLIB_MINOR) % BOOST_PP_STRINGIZE(GIFLIB_RELEASE); f % BOOST_PP_STRINGIZE(GIFLIB_MAJOR) % BOOST_PP_STRINGIZE(GIFLIB_MINOR) % BOOST_PP_STRINGIZE(GIFLIB_RELEASE);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment