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

Removed 'Bob' from version.cpp

parent d04a5446
No related branches found
No related tags found
No related merge requests found
...@@ -133,7 +133,6 @@ static PyObject* build_version_dictionary() { ...@@ -133,7 +133,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_set(retval, "Blitz++", BZ_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, "Boost", boost_version())) return 0;
if (!dict_steal(retval, "Compiler", compiler_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