diff options
| author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2012-02-14 19:22:36 -0800 | 
|---|---|---|
| committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2012-02-14 19:22:36 -0800 | 
| commit | 3dbfa0b9f63c38068443abb7751a7c8b516febda (patch) | |
| tree | 35655eb65d60320218b39a6754309a1c9bc8b5f0 | |
| parent | Only define shape_kind() function if DEBUG_SHAPE is true (diff) | |
| download | xcman-3dbfa0b9f63c38068443abb7751a7c8b516febda.tar.gz xcman-3dbfa0b9f63c38068443abb7751a7c8b516febda.tar.bz2 xcman-3dbfa0b9f63c38068443abb7751a7c8b516febda.tar.xz | |
xcompmgr 1.1.6
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to '')
| -rw-r--r-- | configure.ac | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/configure.ac b/configure.ac index 4a98bbb..7bccbcc 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@  # Initialize Autoconf  AC_PREREQ(2.60) -AC_INIT([xcompmgr], [1.1.5], +AC_INIT([xcompmgr], [1.1.6],          [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])  AC_CONFIG_SRCDIR([xcompmgr.c])  AC_CONFIG_HEADERS([config.h]) | 
