diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-04-27 21:21:15 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-04-27 21:21:15 +0000 |
commit | 56ee4c350624f42cbeb7a19656f65a79b74ba53f (patch) | |
tree | 72b33c8ca965e576134b5a36d0f32d70eb02cfad | |
parent | 1ba990f121143be61eedc530f15ad30ca4d1742f (diff) |
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2006-04-27 Alan Coopersmith <alan.coopersmith@sun.com> + + * configure.ac: + Version bump: 1.0.4 + 2006-04-14 Alan Coopersmith <alan.coopersmith@sun.com> * greeter/verify.c: diff --git a/configure.ac b/configure.ac index fef937c..5b49932 100644 --- a/configure.ac +++ b/configure.ac @@ -21,10 +21,10 @@ dnl PERFORMANCE OF THIS SOFTWARE. dnl dnl Process this file with autoconf to create configure. -dnl $XdotOrg: app/xdm/configure.ac,v 1.38 2006/03/31 02:19:01 alanc Exp $ +dnl $XdotOrg: app/xdm/configure.ac,v 1.39 2006/04/14 02:52:02 alanc Exp $ AC_PREREQ([2.57]) -AC_INIT(xdm,[1.0.3], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xdm) +AC_INIT(xdm,[1.0.4],[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xdm) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE |