From df16fd8e83b36e6e5bdb0e73ff57cb432d113a28 Mon Sep 17 00:00:00 2001 From: Aaron Plattner Date: Wed, 14 Nov 2012 17:13:11 -0800 Subject: Remove the version number from vdpauinfo.cpp The version is defined in the AC_INIT call in configure.ac, and doesn't need to be duplicated into other source files where it will quickly grow out of date (e.g. here, where it said 0.0.2 when the version is really 0.0.6). --- vdpauinfo.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/vdpauinfo.cpp b/vdpauinfo.cpp index eb8c95b..aa39a70 100644 --- a/vdpauinfo.cpp +++ b/vdpauinfo.cpp @@ -1,6 +1,5 @@ /* Query and display NVIDIA VDPAU capabilities, a la glxinfo -version 0.0.2 Copyright (c) 2008 Wladimir J. van der Laan @@ -410,4 +409,3 @@ int main(int argc, char **argv) printf("\n"); } - -- cgit v1.2.3