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