chiark / gitweb /
More typos, added mcp3004/mcp3008
[wiringPi.git] / gpio / gpio.c
index 871548ebaa7d0b445ba2f9bc0e1e81855266ddcd..1933a694f2566dd581ef0cbdc411a9146395792e 100644 (file)
@@ -48,7 +48,7 @@ extern int wiringPiDebug ;
 #  define      FALSE   (1==2)
 #endif
 
-#define        VERSION         "2.05"
+#define        VERSION         "2.06"
 #define        I2CDETECT       "/usr/sbin/i2cdetect"
 
 static int wpMode ;