diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-30 12:12:39 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2010-10-30 12:12:39 -0700 |
commit | bbbf430d5a41fcecfe245a5d82f026afb0696f87 (patch) | |
tree | 607108126b4570721666c655239c5b2963a003bc | |
parent | 1c1a11e0e0b1e17ba19a4a9976658f3f1659b41e (diff) |
beforelight 1.0.4beforelight-1.0.4
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d432ac3..472d4c7 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,9 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ([2.60]) -AC_INIT(beforelight,[1.0.3], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],beforelight) +AC_INIT([beforelight], [1.0.4], + [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], + [beforelight]) AM_INIT_AUTOMAKE([foreign dist-bzip2]) AM_MAINTAINER_MODE |