chiark / gitweb /
OK, so an easier way to manage versions.
[wiringPi.git] / gpio / gpio.c
index 3cee59f9e99a3108fbbcc611e5ddba7c341c258a..461274f615815242cc9a1abd6215b594354e9175 100644 (file)
@@ -40,6 +40,7 @@
 #include <gertboard.h>
 #include <piFace.h>
 
+#include "version.h"
 
 extern int wiringPiDebug ;
 
@@ -53,7 +54,6 @@ extern void doPins       (void) ;
 #  define      FALSE   (1==2)
 #endif
 
-#define        VERSION                 "2.23"
 #define        PI_USB_POWER_CONTROL    38
 #define        I2CDETECT               "/usr/sbin/i2cdetect"