diff options
author | Adam Jackson <ajax@nwnk.net> | 2006-05-12 16:22:20 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2006-05-12 16:22:20 +0000 |
commit | 038f7935200707aad75c9ba420a038b4c4590d51 (patch) | |
tree | 4de4c80e9c6ce789ef1956adf27be7589a8b058d | |
parent | 05c0a1e404552ab3bf1cf78a68fea384c375e9de (diff) |
Bump to 1.0.2xtrap-1_0_2xtrap-1.0.2XORG-7_1
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2006-05-12 Adam Jackson <ajax@freedesktop.org> + + * configure.ac: + Bump to 1.0.2 + 2006-05-09 Kevin E. Martin <kem-at-freedesktop-dot-org> * Makefile.am: @@ -34,4 +39,4 @@ * Makefile.am: * configure.ac: Add shadow man pages for xtrap* programs - Use sed to fill in variables in man page
\ No newline at end of file + Use sed to fill in variables in man page diff --git a/configure.ac b/configure.ac index 332d54a..ddf96fa 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(xtrap,[1.0.1], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xtrap) +AC_INIT(xtrap,[1.0.2], [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],xtrap) AM_INIT_AUTOMAKE([dist-bzip2]) AM_MAINTAINER_MODE |