[glom] configure.ac: Change the libglom ABI version.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] configure.ac: Change the libglom ABI version.
- Date: Tue, 9 Jun 2015 10:33:25 +0000 (UTC)
commit 5718ddf23eb892fbfa18d3bc918cb4e19305f9ef
Author: Murray Cumming <murrayc murrayc com>
Date: Tue Jun 9 09:43:02 2015 +0200
configure.ac: Change the libglom ABI version.
So it can install in parallel with earlier versions.
configure.ac | 2 +-
docs/pyglom_reference/Makefile.am | 2 +-
glom/python_embed/python_module/py_glom_module.cc | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 2541cb0..df6be2e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.])
diff --git a/docs/pyglom_reference/Makefile.am b/docs/pyglom_reference/Makefile.am
index 929b55e..1ec21be 100644
--- a/docs/pyglom_reference/Makefile.am
+++ b/docs/pyglom_reference/Makefile.am
@@ -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)
diff --git a/glom/python_embed/python_module/py_glom_module.cc
b/glom/python_embed/python_module/py_glom_module.cc
index 798c1fe..3450d72 100644
--- a/glom/python_embed/python_module/py_glom_module.cc
+++ b/glom/python_embed/python_module/py_glom_module.cc
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]