diff options
author | Keith Packard <keithp@neko.keithp.com> | 2007-06-21 11:36:30 +0100 |
---|---|---|
committer | Keith Packard <keithp@neko.keithp.com> | 2007-06-21 11:36:30 +0100 |
commit | ba34df17cfbd7bcf029b1fdc4bcd7b894a49a63d (patch) | |
tree | 27134d55c9435745cb57302f807b5e595e1fd0a6 | |
parent | 3000145191a00d4c9b90efb221fadb9ce37380c0 (diff) |
Fix version in configure.acxbacklight-1.0
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e2eabb7..a2c6afa 100644 --- a/configure.ac +++ b/configure.ac @@ -22,7 +22,7 @@ dnl dnl Process this file with autoconf to create configure. AC_PREREQ([2.57]) -AC_INIT(xbacklight,[0.0.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xbacklight) +AC_INIT(xbacklight,[1.0], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xbacklight) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE |