summaryrefslogtreecommitdiff
path: root/doc/example-smob
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2011-04-11 23:40:51 +0200
committerAndy Wingo <wingo@pobox.com>2011-04-11 23:45:04 +0200
commit0c81a0c13ad39c381e4ff4d073e3158bcfd51a7a (patch)
treed1ed79b1ecce61a7d9637ffed68ec23eb09f1c8f /doc/example-smob
parent21c05db45b69f8a62b84c36abc86cb935fa967d7 (diff)
downloadguile-0c81a0c13ad39c381e4ff4d073e3158bcfd51a7a.tar.gz
bump effective version to 2.2
* .gitignore: * GUILE-VERSION (GUILE_EFFECTIVE_VERSION): * configure.ac: * doc/example-smob/Makefile (CFLAGS, LIBS): * doc/guile.1: * doc/ref/libguile-concepts.texi: * doc/ref/srfi-modules.texi: * doc/ref/vm.texi: * meta/Makefile.am (EXTRA_DIST, pkgconfig_DATA): * meta/guile-config.in (guile-module): * meta/guile-2.2-uninstalled.pc.in: * meta/guile-2.2.pc.in: Bump effective version to 2.2.
Diffstat (limited to 'doc/example-smob')
-rw-r--r--doc/example-smob/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/example-smob/Makefile b/doc/example-smob/Makefile
index 3736dc01f..d368d7b21 100644
--- a/doc/example-smob/Makefile
+++ b/doc/example-smob/Makefile
@@ -1,5 +1,5 @@
-CFLAGS = `pkg-config guile-2.0 --cflags`
-LIBS = `pkg-config guile-2.0 --libs`
+CFLAGS = `pkg-config guile-2.2 --cflags`
+LIBS = `pkg-config guile-2.2 --libs`
O_FILES = image-type.o myguile.o