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

Removed 'Bob' from version.cpp

parent 6fbee473
Branches
Tags
Loading
......@@ -115,7 +115,6 @@ static PyObject* build_version_dictionary() {
if (!retval) return 0;
auto retval_ = make_safe(retval);
if (!dict_steal(retval, "Bob", bob_core_version())) return 0;
if (!dict_set(retval, "Blitz++", BZ_VERSION)) return 0;
if (!dict_steal(retval, "Boost", boost_version())) return 0;
if (!dict_steal(retval, "Compiler", compiler_version())) return 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment