summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2019-09-18 16:20:46 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2019-09-18 16:20:46 +0200
commit3d819821c4136dbdf64d9ef09906f57a789b41f4 (patch)
tree5fa0fd1914316403676860a508621dc666a493f7 /docs
parent283d820c2655a4333e3ca1167fb72c522b1f6dc2 (diff)
downloadglibmm-3d819821c4136dbdf64d9ef09906f57a789b41f4.tar.gz
Change the ABI to glibmm-2.64
So we can use the 2.62 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. 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 435a98ea..19364c62 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.62/
-#web_path_gtkmm = /home/groups/g/gt/gtkmm/htdocs/docs/glibmm-2.62/
+web_path_gtkmm = /home/murrayc/gtkmm.org/docs/glibmm-2.64/
+#web_path_gtkmm = /home/groups/g/gt/gtkmm/htdocs/docs/glibmm-2.64/
web_path_docs = $(web_path_gtkmm)docs/
rsync_args = -vz --rsh ssh
-gtkmm_docdir = $(datadir)/doc/glibmm-2.62/docs
+gtkmm_docdir = $(datadir)/doc/glibmm-2.64/docs