[glom] Change libglom ABI to 1.32.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] Change libglom ABI to 1.32.
- Date: Fri, 27 Nov 2015 09:20:40 +0000 (UTC)
commit 9c6cebfe1d950a19fc863b756b8827bb6a1bc65b
Author: Murray Cumming <murrayc murrayc com>
Date: Thu Nov 26 12:30:55 2015 +0100
Change libglom ABI to 1.32.
For parallel install.
fix
configure.ac | 4 ++--
docs/pyglom_reference/Makefile.am | 2 +-
glom/python_embed/python_module/py_glom_module.cc | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index bc717f8..879179c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,7 +39,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.30])
+AC_SUBST([GLOM_ABI_VERSION], [1.32])
AC_DEFINE_UNQUOTED([GLOM_ABI_VERSION], ["$GLOM_ABI_VERSION"],
[Define to the Glom ABI version string.])
@@ -201,7 +201,7 @@ PKG_CHECK_MODULES([GDKMM], [gdkmm-3.0 >= 3.4.0])
# Allow use of mm-common macros for the warnings option and for installing developer documentation.
MM_PREREQ([0.9.5])
-MM_INIT_MODULE([libglom-1.26])
+MM_INIT_MODULE([libglom-1.32])
# Copy the mm-common .pl scripts into docs/,
# and use them from there,
diff --git a/docs/pyglom_reference/Makefile.am b/docs/pyglom_reference/Makefile.am
index 1ec21be..f6130d7 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_30.html html/index.html
+# mv glom_1_32.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 3450d72..e55a99e 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_30)
+BOOST_PYTHON_MODULE(glom_1_32)
{
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]