summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2018-10-31 13:33:58 +0100
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2018-10-31 13:33:58 +0100
commit906cb65e00fc14fca64db873c26a9f7d99eaed88 (patch)
tree2e66308305bd445a624144a395d51994a5d6c915 /docs
parent5a20ffa26113f837ec8b93ec0a767f8fa68f9227 (diff)
downloadglibmm-906cb65e00fc14fca64db873c26a9f7d99eaed88.tar.gz
Change the ABI to glibmm-2.60
So we can use the 2.58 version numbers for stable releases in the glibmm-2.4 ABI series. We don't need to release a stable ABI-parallel glibmm until we need to release gtkmm 4.0, and that won't happen until GTK+ 4.0.0 happens, and we don't know when that might be. We've done similar ABI name changes several times before.
Diffstat (limited to 'docs')
-rw-r--r--docs/Makefile_web.am_fragment6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/Makefile_web.am_fragment b/docs/Makefile_web.am_fragment
index eb4f416b..89861973 100644
--- a/docs/Makefile_web.am_fragment
+++ b/docs/Makefile_web.am_fragment
@@ -1,8 +1,8 @@
web_host = gtkmm.org
-web_path_gtkmm = /home/murrayc/gtkmm.org/docs/glibmm-2.58/
-#web_path_gtkmm = /home/groups/g/gt/gtkmm/htdocs/docs/glibmm-2.58/
+web_path_gtkmm = /home/murrayc/gtkmm.org/docs/glibmm-2.60/
+#web_path_gtkmm = /home/groups/g/gt/gtkmm/htdocs/docs/glibmm-2.60/
web_path_docs = $(web_path_gtkmm)docs/
rsync_args = -vz --rsh ssh
-gtkmm_docdir = $(datadir)/doc/glibmm-2.58/docs
+gtkmm_docdir = $(datadir)/doc/glibmm-2.60/docs