ivtv-version.h 272 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. ivtv driver version information
  4. Copyright (C) 2005-2007 Hans Verkuil <[email protected]>
  5. */
  6. #ifndef IVTV_VERSION_H
  7. #define IVTV_VERSION_H
  8. #define IVTV_DRIVER_NAME "ivtv"
  9. #define IVTV_VERSION "1.4.3"
  10. #endif