summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2012-09-04 09:32:35 -0700
committerAaron Plattner <aplattner@nvidia.com>2012-09-04 09:50:01 -0700
commit365566616381f7219f7fa7f603bcd4e96fad41f2 (patch)
treeb6e9119581e4796e900b7c593c20b464edffb4a9
parentca9e637c61e80145f0625a590c91429db67d0a40 (diff)
Bump version to 0.5libvdpau-0.5
Also add authors to the AUTHORS file. Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
-rw-r--r--AUTHORS2
-rw-r--r--configure.ac2
2 files changed, 3 insertions, 1 deletions
diff --git a/AUTHORS b/AUTHORS
index 059e342..2fad128 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,2 +1,4 @@
Stephen Warren
Aaron Plattner
+Anssi Hannula
+Kiran Pawar
diff --git a/configure.ac b/configure.ac
index 7bcee26..0cee3e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.60)
-AC_INIT(libvdpau, 0.4.1, [xorg@lists.freedesktop.org], libvdpau)
+AC_INIT(libvdpau, 0.5, [xorg@lists.freedesktop.org], libvdpau)
AM_INIT_AUTOMAKE([dist-bzip2 foreign])
AM_MAINTAINER_MODE