diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-11-24 23:28:41 -0800 |
---|---|---|
committer | Sung-Jin Park <sj76.park@samsung.com> | 2013-09-02 23:38:21 -0400 |
commit | 057351014981da3c650d22be2e3deba803dd496c (patch) | |
tree | 6b939ad419941e8311736aed0654f630137175c3 | |
parent | 302e88c9cf3858968c87ee8ca7d0fcff167d338f (diff) | |
download | xeyes-057351014981da3c650d22be2e3deba803dd496c.tar.gz xeyes-057351014981da3c650d22be2e3deba803dd496c.tar.bz2 xeyes-057351014981da3c650d22be2e3deba803dd496c.zip |
xeyes 1.1.1
Change-Id: I34baa0a00597344674b459e9b8da27baa0819732
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 077f520..6e1e315 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ dnl Process this file with autoconf to create configure. # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([xeyes], [1.1.0], +AC_INIT([xeyes], [1.1.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xeyes]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) |