summaryrefslogtreecommitdiff
path: root/glib/glibmm.h
diff options
context:
space:
mode:
authorKjell Ahlstedt <kjellahlstedt@gmail.com>2018-03-26 11:14:15 +0200
committerKjell Ahlstedt <kjellahlstedt@gmail.com>2018-03-26 11:14:15 +0200
commit2c36f67523b4c47f8d0a2384850f0f62a4a53386 (patch)
tree396a8f34f3f8f75258fff55d0ac605799f81a30e /glib/glibmm.h
parented8ae73179bca4dd13991cf2e0db34238013321d (diff)
downloadglibmm-2c36f67523b4c47f8d0a2384850f0f62a4a53386.tar.gz
Change the ABI to glibmm-2.58
So we can use the 2.55/56 version numbers for more stable releases. 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 did this twice before: https://git.gnome.org/browse/glibmm/commit/?id=dee483b29bdaaabc587f3f8b6bff05663e7dccdc https://git.gnome.org/browse/glibmm/commit/?id=9f89221b024b028286bea35f7a4d9b873bfb3266
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 44f2ea54..c4d18a24 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.56 giomm-2.56`
+ * g++ program.cc -o program `pkg-config --cflags --libs glibmm-2.58 giomm-2.58`
* @endcode
*
* Alternatively, if using autoconf, use the following in @c configure.ac:
* @code
- * PKG_CHECK_MODULES([GLIBMM], [glibmm-2.56 giomm-2.56])
+ * PKG_CHECK_MODULES([GLIBMM], [glibmm-2.58 giomm-2.58])
* @endcode
* Then use the generated @c GLIBMM_CFLAGS and @c GLIBMM_LIBS variables in the
* project Makefile.am files. For example: