Commit fe8012c85bcc786caf2746df54ea6fa0ae1097fc

Kano 2014-03-07T12:25:33

api version update for HEX32

diff --git a/API-README b/API-README
index 3416aba..c0be6b2 100644
--- a/API-README
+++ b/API-README
@@ -483,6 +483,12 @@ miner.php - an example web page to access the API
 Feature Changelog for external applications using the API:
 
 
+API V3.2 (cgminer v4.0.2)
+
+HEX32 data type in json
+
+---------
+
 API V3.1 (cgminer v3.12.1)
 
 Multiple report request command with '+' e.g. summary+devs
diff --git a/api.c b/api.c
index b1b4531..3a9891b 100644
--- a/api.c
+++ b/api.c
@@ -132,7 +132,7 @@ static const char SEPARATOR = '|';
 #define JOIN_CMD "CMD="
 #define BETWEEN_JOIN SEPSTR
 
-static const char *APIVERSION = "3.1";
+static const char *APIVERSION = "3.2";
 static const char *DEAD = "Dead";
 static const char *SICK = "Sick";
 static const char *NOSTART = "NoStart";