summaryrefslogtreecommitdiff
path: root/glib/glibmm.h
diff options
context:
space:
mode:
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 93e3a4ff..7c17ebd0 100644
--- a/glib/glibmm.h
+++ b/glib/glibmm.h
@@ -63,12 +63,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.64 giomm-2.64`
+ * g++ program.cc -o program `pkg-config --cflags --libs glibmm-2.66 giomm-2.66`
* @endcode
*
* Alternatively, if using autoconf, use the following in @c configure.ac:
* @code
- * PKG_CHECK_MODULES([GLIBMM], [glibmm-2.64 giomm-2.64])
+ * PKG_CHECK_MODULES([GLIBMM], [glibmm-2.66 giomm-2.66])
* @endcode
* Then use the generated @c GLIBMM_CFLAGS and @c GLIBMM_LIBS variables in the
* project Makefile.am files. For example: