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.ap
Commits
e834712a
Commit
e834712a
authored
Mar 23, 2014
by
André Anjos
💬
Browse files
Lower-case xbob.blitz
parent
80fef65f
Changes
1
Hide whitespace changes
Inline
Side-by-side
xbob/ap/version.cpp
View file @
e834712a
...
...
@@ -96,7 +96,7 @@ static PyObject* numpy_version() {
}
/**
*
X
bob.
B
litz c/c++ api version
*
x
bob.
b
litz c/c++ api version
*/
static
PyObject
*
xbob_blitz_version
()
{
return
Py_BuildValue
(
"{ss}"
,
"api"
,
BOOST_PP_STRINGIZE
(
XBOB_BLITZ_API_VERSION
));
...
...
@@ -113,7 +113,7 @@ static PyObject* build_version_dictionary() {
if
(
!
dict_steal
(
retval
,
"Compiler"
,
compiler_version
()))
return
0
;
if
(
!
dict_steal
(
retval
,
"Python"
,
python_version
()))
return
0
;
if
(
!
dict_steal
(
retval
,
"NumPy"
,
numpy_version
()))
return
0
;
if
(
!
dict_steal
(
retval
,
"
X
bob.
B
litz"
,
xbob_blitz_version
()))
return
0
;
if
(
!
dict_steal
(
retval
,
"
x
bob.
b
litz"
,
xbob_blitz_version
()))
return
0
;
if
(
!
dict_steal
(
retval
,
"Bob"
,
bob_version
()))
return
0
;
Py_INCREF
(
retval
);
...
...
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