unicapgtk_version.h
Upload User: shyika
Upload Date: 2017-11-25
Package Size: 1227k
Code Size: 0k
Category:

Video Capture

Development Platform:

Unix_Linux

  1. #ifndef __UNICAPGTK_VERSION_H__
  2. #define __UNICAPGTK_VERSION_H__
  3. #define UNICAPGTK_MAJOR_VERSION 0
  4. #define UNICAPGTK_MINOR_VERSION 2
  5. #define UNICAPGTK_MICRO_VERSION 19
  6. extern const unsigned int unicapgtk_major_version;
  7. extern const unsigned int unicapgtk_minor_version;
  8. extern const unsigned int unicapgtk_micro_version;
  9. #endif//__UNICAPGTK_VERSION_H__