/alps/ipecamera

To get this branch, use:
bzr branch http://suren.me/webbzr/alps/ipecamera

« back to all changes in this revision

Viewing changes to version.h.in

  • Committer: Suren A. Chilingaryan
  • Date: 2015-05-02 12:46:12 UTC
  • Revision ID: csa@suren.me-20150502124612-payy2fjmj1zxqhbq
Provide version information as required by new pcilib interface

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _IPECAMERA_VERSION_H
 
2
#define _IPECAMERA_VERSION_H
 
3
 
 
4
#include <pcilib/version.h>
 
5
 
 
6
#define IPECAMERA_VERSION_MAJOR ${IPECAMERA_VERSION_MAJOR}
 
7
#define IPECAMERA_VERSION_MINOR ${IPECAMERA_VERSION_MINOR}
 
8
#define IPECAMERA_VERSION_MICRO ${IPECAMERA_VERSION_MICRO}
 
9
 
 
10
#define IPECAMERA_VERSION PCILIB_MAKE_VERSION(IPECAMERA_VERSION_MAJOR, IPECAMERA_VERSION_MINOR, IPECAMERA_VERSION_MICRO)
 
11
 
 
12
#endif /* _IPECAMERA_VERSION_H */