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