diff options
author | holger <devnull@localhost> | 2002-10-29 06:20:39 -0300 |
---|---|---|
committer | holger <devnull@localhost> | 2002-10-29 06:20:39 -0300 |
commit | 913350c2997c22fa120029c010859c8bcf12fe12 (patch) | |
tree | 340b5ec8c73d47d3d45f2a408c668f548c608e08 | |
parent | a801585585baeadfc1a94c685ebd83304640ff54 (diff) | |
download | mediapointer-dvb-s2-913350c2997c22fa120029c010859c8bcf12fe12.tar.gz mediapointer-dvb-s2-913350c2997c22fa120029c010859c8bcf12fe12.tar.bz2 |
refer to API version 3 not 2
-rw-r--r-- | dvb-spec/HOWTO-use-the-frontend-api | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dvb-spec/HOWTO-use-the-frontend-api b/dvb-spec/HOWTO-use-the-frontend-api index 52bc2836e..538f5d05e 100644 --- a/dvb-spec/HOWTO-use-the-frontend-api +++ b/dvb-spec/HOWTO-use-the-frontend-api @@ -41,7 +41,7 @@ How to determine the API version? Check in your configure script for #include <linux/dvb/version.h>, include it and check the DVB_API_VERSION #define. - Currently we use version 2, it will be incremented whenever an API change + Currently we use version 3, it will be incremented whenever an API change meets the CVS main branch. ------------------------------------------------------------------------------- |