summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SOURCE/diagnose-tools/main.cc2
-rw-r--r--SOURCE/uapi/ali_diagnose.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/SOURCE/diagnose-tools/main.cc b/SOURCE/diagnose-tools/main.cc
index 685fb0e..9511bcc 100644
--- a/SOURCE/diagnose-tools/main.cc
+++ b/SOURCE/diagnose-tools/main.cc
@@ -38,7 +38,7 @@ struct diagnose_func {
static int report_version(int argc, char **argv)
{
- printf("diagnose-tools tools version 2.0-rc3\n");
+ printf("diagnose-tools tools version 2.0-release\n");
exit(0);
}
diff --git a/SOURCE/uapi/ali_diagnose.h b/SOURCE/uapi/ali_diagnose.h
index 4c347fc..2cd7b21 100644
--- a/SOURCE/uapi/ali_diagnose.h
+++ b/SOURCE/uapi/ali_diagnose.h
@@ -49,8 +49,8 @@ err:
}
#endif
-#define XBY_VERSION "diagnose-tools 2.0-rc3"
-#define DIAG_VERSION ((2 << 24) | (0 << 16) | 0x0003)
+#define XBY_VERSION "diagnose-tools 2.0-release"
+#define DIAG_VERSION ((2 << 24) | (0 << 16) | 0xffff)
#define DIAG_DEV_NAME "diagnose-tools"