diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2006-03-27 Alan Coopersmith <alan.coopersmith@sun.com> + + * configure.ac: + Version bump: 1.0.2 + 2006-03-17 Alan Coopersmith <alan.coopersmith@sun.com> * configure.ac: diff --git a/configure.ac b/configure.ac index 9e803b5..5fb0a4c 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.34 2006/03/16 21:56:24 reed Exp $ +dnl $XdotOrg: app/xdm/configure.ac,v 1.35 2006/03/18 03:43:18 alanc Exp $ AC_PREREQ([2.57]) -AC_INIT(xdm,[1.0.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xdm) +AC_INIT(xdm,[1.0.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xdm) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE |