[glom] Change libglom from 1-24 to 1-26.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glom] Change libglom from 1-24 to 1-26.
- Date: Mon, 23 Sep 2013 09:28:00 +0000 (UTC)
commit 42a012d5ba308c1f0fc740cffe45ca65f82d30ab
Author: Murray Cumming <murrayc murrayc com>
Date: Mon Sep 23 11:02:31 2013 +0200
Change libglom from 1-24 to 1-26.
We (try to) do this at every new stable release, to allow
parallel installation of libglom.
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 f52776e..3827840 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.24])
+AC_SUBST([GLOM_ABI_VERSION], [1.26])
AC_DEFINE_UNQUOTED([GLOM_ABI_VERSION], ["$GLOM_ABI_VERSION"],
[Define to the Glom ABI version string.])
@@ -199,7 +199,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.22])
+MM_INIT_MODULE([libglom-1.26])
# 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 652af5f..929b55e 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_24.html html/index.html
+# mv glom_1_26.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 71eb0a5..798c1fe 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_24)
+BOOST_PYTHON_MODULE(glom_1_26)
{
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]