diff options
author | Keith Packard <keithp@keithp.com> | 2015-01-02 10:44:39 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-01-02 10:44:39 -0800 |
commit | fe2d6dbba6356ff275649017dd516f0270d79595 (patch) | |
tree | 3aae523f9cf04e03a9b87283692882d776e13680 | |
parent | b63ea144a0439c54a3a147274afeeb115caced5a (diff) |
Bump version to 1.2libxshmfence-1.2
Release with memfd support
Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 84b49de..0c98875 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ([2.60]) -AC_INIT([libxshmfence], [1.1], +AC_INIT([libxshmfence], [1.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [libxshmfence]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |