diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2009-09-14 14:01:05 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2009-09-14 14:02:43 -0700 |
commit | f13dd1050569359016a925dfd7a4af234ce68668 (patch) | |
tree | 2e36f9ab648da78dd27f7d39d7d308c548b401b8 | |
parent | 46e791147ac43ecd2fbfbc6bdf3bebda9030b51e (diff) |
Bump version to 0.2 for new features
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ed1a247..b743e43 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.57) -AC_INIT(libvdpau, 0.1, [xorg@lists.freedesktop.org], libvdpau) +AC_INIT(libvdpau, 0.2, [xorg@lists.freedesktop.org], libvdpau) AM_INIT_AUTOMAKE([dist-bzip2 foreign]) AM_MAINTAINER_MODE |