summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2014-12-19 12:45:22 -0800
committerAaron Plattner <aplattner@nvidia.com>2014-12-19 12:45:22 -0800
commit4a4feb8af58a94a2acd86528c58ffc71ec0c1cc7 (patch)
treede3a4fdb6bfc5161752b58536c633cdeeab31654
parentaae67cf348ddf36bf7274afd7d809b7018f15d61 (diff)
Bump version to 0.9vdpauinfo-0.9
Rather than raising the version number to 1.0 now that all of the TODO items are checked off, I figured it would be easier to keep the version tied to the version of libvdpau, since new libvdpau releases that define new profiles always need corresponding changes to vdpauinfo. Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a10e3d1..b1c38f2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.57])
-AC_INIT(vdpauinfo,[0.1],[xorg@lists.freedesktop.org],vdpauinfo)
+AC_INIT(vdpauinfo,[0.9],[xorg@lists.freedesktop.org],vdpauinfo)
AM_INIT_AUTOMAKE([dist-bzip2 foreign])
AM_MAINTAINER_MODE