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
tags/v1.4.0-rc1
Megvii Engine Team
4 years ago
parent
ef9aa80074
commit
4a8b01fca7
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
imperative/python/version_template.py
+1
-1
src/core/include/megbrain/version.h
+ 1
- 1
imperative/python/version_template.py
View File
@@ -6,5 +6,5 @@
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
__version__ = "1.4.0
.dev
"
__version__ = "1.4.0"
+ 1
- 1
src/core/include/megbrain/version.h
View File
@@ -12,7 +12,7 @@
#pragma once
#define MGB_MAJOR 8
#define MGB_MINOR
9999
#define MGB_MINOR
11
#define MGB_PATCH 0
//! whether it is development version
#ifndef MGB_IS_DEV
Write
Preview
Loading…
Cancel
Save