Commit c9b7a223e586793a41d1185b6b7057f631f09a1a

Kano 2012-02-27T12:58:35

Next API version is 1.4 (1.3 is current)

diff --git a/README b/README
index 1a3fa4c..ba9d86a 100644
--- a/README
+++ b/README
@@ -594,7 +594,7 @@ An example request in both formats to set GPU 0 fan to 80%:
 The format of each reply (unless stated otherwise) is a STATUS section
 followed by an optional detail section
 
-For API version 1.3:
+For API version 1.4:
 
 The STATUS section is:
 
@@ -620,7 +620,7 @@ The STATUS section is:
    This defaults to the cgminer version but is the value of --api-description
    if it was specified at runtime.
 
-For API version 1.3:
+For API version 1.4:
 
 The list of requests - a (*) means it requires privileged access - and replies are:
 
diff --git a/api.c b/api.c
index b54605c..dd2af0b 100644
--- a/api.c
+++ b/api.c
@@ -152,7 +152,7 @@ static const char *COMMA = ",";
 static const char SEPARATOR = '|';
 static const char GPUSEP = ',';
 
-static const char *APIVERSION = "1.3";
+static const char *APIVERSION = "1.4";
 static const char *DEAD = "Dead";
 static const char *SICK = "Sick";
 static const char *NOSTART = "NoStart";