diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-06-22 22:39:02 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-06-22 22:39:02 +0000 |
commit | 8001b4b97a3b68db87ff009293d1e2d39b430dbe (patch) | |
tree | c2e557c9db88fc6d0bdf10034b06ac16c5e284fb | |
parent | cc9bd3adaa207ecf463474e915a0befdc90e9c0a (diff) |
Version bump: 1.0.5xdm-1_0_5xdm-1_0-branch
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 4 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2006-06-22 Alan Coopersmith <alan.coopersmith@sun.com> + + * configure.ac: + Version bump: 1.0.5 + 2006-06-20 Matthieu Herrb <matthieu.herrb@laas.fr> * session.c: * xdmshell.c: diff --git a/configure.ac b/configure.ac index 5b49932..ad07169 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.39 2006/04/14 02:52:02 alanc Exp $ +dnl $XdotOrg: app/xdm/configure.ac,v 1.40 2006/04/27 21:21:15 alanc Exp $ AC_PREREQ([2.57]) -AC_INIT(xdm,[1.0.4],[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xdm) +AC_INIT(xdm,[1.0.5],[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xdm) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE |