sigrok.h: Remove SIGROK_*VERSION #defines again.
These version numbers represent the sigrok version (i.e., the version of the tarball, such as "sigrok-0.2.0.tar.gz"), but _not_ the libsigrok (libtool) library/API/ABI versions. Thus, they should not be in libsigrok's include file (sigrok.h).
This commit is contained in:
parent
719c5a934c
commit
48ca6b54b0
|
@ -33,11 +33,6 @@
|
|||
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.
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue