chiark / gitweb /
Bother. Small issue crept into the SPI code.
[wiringPi.git] / gpio / gpio.c
index 8e17ae0f7169333f3128d051dc1c842558f81e6f..e7099c83228108abd4cc9d98eb4ab409253ad0a0 100644 (file)
@@ -48,7 +48,7 @@ extern int wiringPiDebug ;
 #  define      FALSE   (1==2)
 #endif
 
-#define        VERSION         "2.02"
+#define        VERSION         "2.03"
 #define        I2CDETECT       "/usr/sbin/i2cdetect"
 
 static int wpMode ;