Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.learn.activation
Commits
b506c34b
Commit
b506c34b
authored
Jan 08, 2015
by
Manuel Günther
Browse files
Removed 'Bob' from version.cpp
parent
6fbee473
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/learn/activation/version.cpp
View file @
b506c34b
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment