summaryrefslogtreecommitdiff
path: root/sigc++/sigc++.h
diff options
context:
space:
mode:
authorMurray Cumming <murrayc@murrayc.com>2016-03-01 13:41:48 +0100
committerMurray Cumming <murrayc@murrayc.com>2016-03-07 10:43:09 +0100
commit7df20be352875e85552523e2a86ed77d9f840c4c (patch)
treed50d2f5e43c22a2501a3bfcd5e0066f12bc841cb /sigc++/sigc++.h
parentc3338eee02ae1f8559139f51376f19bfde7375b9 (diff)
downloadsigc++-7df20be352875e85552523e2a86ed77d9f840c4c.tar.gz
Create a parallel-installable sigc++-3.0 API/ABI.
Diffstat (limited to 'sigc++/sigc++.h')
-rw-r--r--sigc++/sigc++.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sigc++/sigc++.h b/sigc++/sigc++.h
index 24d3424..64fcd66 100644
--- a/sigc++/sigc++.h
+++ b/sigc++/sigc++.h
@@ -62,12 +62,12 @@
*
* If your source file is @c program.cc, you can compile it with:
* @code
- * g++ program.cc -o program `pkg-config --cflags --libs sigc++-2.0`
+ * g++ program.cc -o program `pkg-config --cflags --libs sigc++-3.0`
* @endcode
*
* Alternatively, if using autoconf, use the following in @c configure.ac:
* @code
- * PKG_CHECK_MODULES([LIBSIGC], [sigc++-2.0])
+ * PKG_CHECK_MODULES([LIBSIGC], [sigc++-3.0])
* @endcode
* Then use the generated @c LIBSIGC_CFLAGS and @c LIBSIGC_LIBS variables
* in the project @c Makefile.am files. For example: