sigrok.h: Add SIGROK_{MAJOR,MINOR,MICRO,}_VERSION #defines.

This commit is contained in:
Uwe Hermann 2011-04-29 19:27:32 +02:00
parent 7583b99dbb
commit 52f28f821f
1 changed files with 5 additions and 0 deletions

View File

@ -33,6 +33,11 @@
extern "C" {
#endif
#define SIGROK_MAJOR_VERSION @SIGROK_MAJOR_VERSION@
#define SIGROK_MINOR_VERSION @SIGROK_MINOR_VERSION@
#define SIGROK_MICRO_VERSION @SIGROK_MICRO_VERSION@
#define SIGROK_VERSION "@SIGROK_VERSION@"
/*
* Status/error codes returned by libsigrok functions.
*