chiark / gitweb /
Fixed a small bug in the ISR code where it was looking for the gpio program.
[wiringPi.git] / gpio / gpio.c
index b2f9953c67dd6b46f19baea7c577f489ae85b9b7..b9d1799853ee7ff5d26e0d6a9ec4a7be913633fd 100644 (file)
@@ -55,7 +55,7 @@ extern void doPins       (void) ;
 #  define      FALSE   (1==2)
 #endif
 
-#define        VERSION         "2.15"
+#define        VERSION         "2.16"
 #define        I2CDETECT       "/usr/sbin/i2cdetect"
 
 int wpMode ;