]> sigrok.org Git - libsigrok.git/commitdiff
sigrok.h: Remove SIGROK_*VERSION #defines again.
authorUwe Hermann <redacted>
Tue, 15 Nov 2011 21:46:57 +0000 (22:46 +0100)
committerUwe Hermann <redacted>
Tue, 15 Nov 2011 21:54:07 +0000 (22:54 +0100)
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).

sigrok.h.in

index eda52b442e33fdbc27fe3d0bb9a8b216b860f1e5..b3ca41aece36fec81508c22ecba6d1e2b7b925cb 100644 (file)
 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.
  *