summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2012-11-14 17:13:11 -0800
committerAaron Plattner <aplattner@nvidia.com>2012-11-14 17:13:11 -0800
commitdf16fd8e83b36e6e5bdb0e73ff57cb432d113a28 (patch)
treef56b3d7de36897fb330e340161b1885027bcab91
parent9041dc8fc10312967e9398912a0d655d9cccff72 (diff)
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).
-rw-r--r--vdpauinfo.cpp2
1 files changed, 0 insertions, 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");
}
-