summaryrefslogtreecommitdiff
path: root/glib/glibmm.h
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2016-11-10 12:17:31 +0100
committerMurray Cumming <murrayc@murrayc.com>2016-11-11 09:54:16 +0100
commit0ccfdd0cb8502eeee8a2962305764733c3a43e0f (patch)
tree3e3823fd0383c69811e0b80c7c553a776d449afe /glib/glibmm.h
parent1cce397af6d1c9dd588d4a16e2b33933bb30d2ea (diff)
downloadglibmm-0ccfdd0cb8502eeee8a2962305764733c3a43e0f.tar.gz
Change the ABI to glibmm-2.52.
This installs in parallel with glibmm-2.4. There is now corresponding ABI-breaking glib version, but there is for gtk+ (and therefore gtkmm), so this seems like a good time to do this for glibmm too.
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 80b27b50..b82b1430 100644
--- a/glib/glibmm.h
+++ b/glib/glibmm.h
@@ -65,12 +65,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.4 giomm-2.4`
+ * g++ program.cc -o program `pkg-config --cflags --libs glibmm-2.52 giomm-2.52`
* @endcode
*
* Alternatively, if using autoconf, use the following in @c configure.ac:
* @code
- * PKG_CHECK_MODULES([GLIBMM], [glibmm-2.4 giomm-2.4])
+ * PKG_CHECK_MODULES([GLIBMM], [glibmm-2.52 giomm-2.52])
* @endcode
* Then use the generated @c GLIBMM_CFLAGS and @c GLIBMM_LIBS variables in the
* project Makefile.am files. For example: