This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
MegEngine
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
31
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fix(version_depend): add a fake version on dev
make dev useable on all megskull version GitOrigin-RevId:
8c4739d470
tags/v1.0.0-rc1
Megvii Engine Team
Xinran Xu
4 years ago
parent
6aade1336d
commit
1915593b6c
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/core/include/megbrain/version.h
+ 2
- 2
src/core/include/megbrain/version.h
View File
@@ -12,8 +12,8 @@
#pragma once
#define MGB_MAJOR 8
#define MGB_MINOR
4
#define MGB_PATCH
1
#define MGB_MINOR
9999
#define MGB_PATCH
0
//! whether it is development version
#ifndef MGB_IS_DEV
#define MGB_IS_DEV 0
Write
Preview
Loading…
Cancel
Save