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:
Uwe Hermann 2011-11-15 22:46:57 +01:00
parent 719c5a934c
commit 48ca6b54b0
1 changed files with 0 additions and 5 deletions

View File

@ -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.
*