summaryrefslogtreecommitdiff
path: root/glib/glibmm.h
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 /glib/glibmm.h
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 'glib/glibmm.h')
-rw-r--r--glib/glibmm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/glib/glibmm.h b/glib/glibmm.h
index c4d18a24..63ba058d 100644
--- a/glib/glibmm.h
+++ b/glib/glibmm.h
@@ -64,12 +64,12 @@
*
* If your source file is @c program.cc, you can compile it with:
* @code
- * g++ program.cc -o program `pkg-config --cflags --libs glibmm-2.58 giomm-2.58`
+ * g++ program.cc -o program `pkg-config --cflags --libs glibmm-2.60 giomm-2.60`
* @endcode
*
* Alternatively, if using autoconf, use the following in @c configure.ac:
* @code
- * PKG_CHECK_MODULES([GLIBMM], [glibmm-2.58 giomm-2.58])
+ * PKG_CHECK_MODULES([GLIBMM], [glibmm-2.60 giomm-2.60])
* @endcode
* Then use the generated @c GLIBMM_CFLAGS and @c GLIBMM_LIBS variables in the
* project Makefile.am files. For example: