diff options
| author | Baoyou Xie <[email protected]> | 2020-07-28 14:07:17 +0800 |
|---|---|---|
| committer | Baoyou Xie <[email protected]> | 2020-07-28 14:07:17 +0800 |
| commit | f7304ed3b19ddd98f0968ea894f9e42748bab2b4 (patch) | |
| tree | d3068a61745255d22d067406b4f596daf841c651 | |
| parent | d853ca9a266a859146ab63697ce10b271fd56bcd (diff) | |
diagnose-tools: 修改版本号为2.0-release
| -rw-r--r-- | SOURCE/diagnose-tools/main.cc | 2 | ||||
| -rw-r--r-- | SOURCE/uapi/ali_diagnose.h | 4 |
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" |
