Browse Source

Fix code check

tags/v1.2.0
dongduo 4 years ago
parent
commit
7d6619cb4c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      inc/external/ge/ge_ir_build.h

+ 1
- 1
inc/external/ge/ge_ir_build.h View File

@@ -25,7 +25,7 @@

namespace {
const int IR_MAJOR_VERSION = 1;
cosnt int IR_MINOR_VERSION = 0;
const int IR_MINOR_VERSION = 0;
const int IR_PATCH_VERSION = 0;
} // namespace



Loading…
Cancel
Save