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
chore(release): bump version
release-0.5
Xu Xinran
5 years ago
parent
b90c1540db
commit
a601fda89f
2 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
python_module/megengine/version.py
+2
-2
src/core/include/megbrain/version.h
+ 1
- 1
python_module/megengine/version.py
View File
@@ -1 +1 @@
__version__ = "0.5.
0
"
__version__ = "0.5.
1
"
+ 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
5
#define MGB_PATCH
0
//! whether it is development version
#ifndef MGB_IS_DEV
#define MGB_IS_DEV 0
Write
Preview
Loading…
Cancel
Save