Browse Source

Next API version is 1.4 (1.3 is current)

Kano 14 years ago
parent
commit
c9b7a223e5
2 changed files with 3 additions and 3 deletions
  1. 2 2
      README
  2. 1 1
      api.c

+ 2 - 2
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:
 

+ 1 - 1
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";