From b506c34b7e611248f4fbe6cf9a2e77cc789dc379 Mon Sep 17 00:00:00 2001 From: Manuel Guenther <manuel.guenther@idiap.ch> Date: Thu, 8 Jan 2015 12:20:49 +0100 Subject: [PATCH] Removed 'Bob' from version.cpp --- bob/learn/activation/version.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/bob/learn/activation/version.cpp b/bob/learn/activation/version.cpp index 82a5f3b..7f006b8 100644 --- a/bob/learn/activation/version.cpp +++ b/bob/learn/activation/version.cpp @@ -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; -- GitLab