chiark / gitweb /
Gah. another small fix to the I2C code.
[wiringPi.git] / gpio / gpio.c
index 504499761b03f70fe1a097fe461c48dfcd681a62..871548ebaa7d0b445ba2f9bc0e1e81855266ddcd 100644 (file)
@@ -48,7 +48,7 @@ extern int wiringPiDebug ;
 #  define      FALSE   (1==2)
 #endif
 
-#define        VERSION         "2.04"
+#define        VERSION         "2.05"
 #define        I2CDETECT       "/usr/sbin/i2cdetect"
 
 static int wpMode ;