diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-10-05 18:05:49 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2011-10-05 18:05:49 +0000 |
commit | 67bbc56a5e52156c131aabd1739ef3940d53f155 (patch) | |
tree | c0fe814558ed60b0e73047205554b34efd596f60 /lib | |
parent | 7a9948e94df72be0af4f70bfe6300f610140fc2f (diff) |
Update version information for libxcb. Pointed at by robert@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libxcb/src/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libxcb/src/config.h b/lib/libxcb/src/config.h index 22aeabc77..14323d47a 100644 --- a/lib/libxcb/src/config.h +++ b/lib/libxcb/src/config.h @@ -56,7 +56,7 @@ #define PACKAGE_NAME "libxcb" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "libxcb 1.2" +#define PACKAGE_STRING "libxcb 1.7" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "libxcb" @@ -68,7 +68,7 @@ #define STDC_HEADERS 1 /* Version number of package */ -#define VERSION "1.2" +#define VERSION "1.7" /* XCB buffer queue size */ #define XCB_QUEUE_BUFFER_SIZE 16384 |