Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
glom
Commits
5718ddf2
Commit
5718ddf2
authored
Jun 09, 2015
by
Murray Cumming
Browse files
configure.ac: Change the libglom ABI version.
So it can install in parallel with earlier versions.
parent
9807be27
Changes
3
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
5718ddf2
...
...
@@ -37,7 +37,7 @@ LT_INIT([disable-static win32-dll])
# Used for the install directories for headers. The same number is used in
# the library name, which must be kept in sync, but variables can't be used
# with that.
AC_SUBST([GLOM_ABI_VERSION], [1.
26
])
AC_SUBST([GLOM_ABI_VERSION], [1.
30
])
AC_DEFINE_UNQUOTED([GLOM_ABI_VERSION], ["$GLOM_ABI_VERSION"],
[Define to the Glom ABI version string.])
...
...
docs/pyglom_reference/Makefile.am
View file @
5718ddf2
...
...
@@ -6,7 +6,7 @@
# html:
# pydoc -w $(top_builddir)/glom/python_embed/python_module/.libs/
# mkdir html
# mv glom_1_
26
.html html/index.html
# mv glom_1_
30
.html html/index.html
book_name
=
pyglom_
$(GLOM_ABI_VERSION_UNDERLINED)
...
...
glom/python_embed/python_module/py_glom_module.cc
View file @
5718ddf2
...
...
@@ -29,7 +29,7 @@
using
namespace
Glom
;
BOOST_PYTHON_MODULE
(
glom_1_
26
)
BOOST_PYTHON_MODULE
(
glom_1_
30
)
{
boost
::
python
::
docstring_options
doc_options
(
true
,
// show the docstrings from here
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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