From 3a78495964739083850629e48bb4ff1d52e88016 Mon Sep 17 00:00:00 2001
From: Manuel Guenther <manuel.guenther@idiap.ch>
Date: Thu, 8 Jan 2015 12:21:16 +0100
Subject: [PATCH] Removed 'Bob' from version.cpp

---
 bob/learn/libsvm/version.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bob/learn/libsvm/version.cpp b/bob/learn/libsvm/version.cpp
index 66f4bdd..d5f66ab 100644
--- a/bob/learn/libsvm/version.cpp
+++ b/bob/learn/libsvm/version.cpp
@@ -127,7 +127,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, "LIBSVM", get_libsvm_version())) return 0;
   if (!dict_steal(retval, "Boost", boost_version())) return 0;
-- 
GitLab