summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2006-04-27 00:24:15 +0000
committerAdam Jackson <ajax@nwnk.net>2006-04-27 00:24:15 +0000
commit9a93b2a2ace59e6c2ab8fec586561a136c06e664 (patch)
tree5d0267512c8d6fe29704fb625e9ad414dd605b4d
parent987ac45a04fc6734096fd6469ef12a4b1d09f971 (diff)
-rw-r--r--ChangeLog5
-rw-r--r--configure.ac2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f9a2d6e..c03cb48 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-26 Adam Jackson <ajax@freedesktop.org>
+
+ * configure.ac:
+ Bump to 1.0.2
+
2006-04-03 Adam Jackson <ajax@freedesktop.org>
* src/Makefile.am:
diff --git a/configure.ac b/configure.ac
index 099602b..16813bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ dnl Process this file with autoconf to create configure.
AC_PREREQ([2.57])
-AC_INIT(libXvMC, 1.0.1, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXvMC)
+AC_INIT(libXvMC, 1.0.2, [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], libXvMC)
AM_INIT_AUTOMAKE([dist-bzip2])
AM_MAINTAINER_MODE