summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2006-05-12 16:22:20 +0000
committerAdam Jackson <ajax@nwnk.net>2006-05-12 16:22:20 +0000
commit038f7935200707aad75c9ba420a038b4c4590d51 (patch)
tree4de4c80e9c6ce789ef1956adf27be7589a8b058d
parent05c0a1e404552ab3bf1cf78a68fea384c375e9de (diff)
-rw-r--r--ChangeLog7
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index f69ff5b..16f74ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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