Skip to content
Snippets Groups Projects
Commit c88e7d59 authored by Manuel Günther's avatar Manuel Günther
Browse files

Removed 'Bob' from version.cpp

parent 157c6134
Branches
Tags
No related merge requests found
...@@ -183,7 +183,6 @@ static PyObject* build_version_dictionary() { ...@@ -183,7 +183,6 @@ static PyObject* build_version_dictionary() {
if (!retval) return 0; if (!retval) return 0;
auto retval_ = make_safe(retval); auto retval_ = make_safe(retval);
if (!dict_steal(retval, "Bob", bob_core_version())) return 0;
if (!dict_steal(retval, "libjpeg", libjpeg_version())) return 0; if (!dict_steal(retval, "libjpeg", libjpeg_version())) return 0;
if (!dict_set(retval, "libnetpbm", "Unknown version")) return 0; if (!dict_set(retval, "libnetpbm", "Unknown version")) return 0;
if (!dict_steal(retval, "libpng", libpng_version())) return 0; if (!dict_steal(retval, "libpng", libpng_version())) return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment