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-1.3
Megvii Engine Team
4 years ago
parent
f3f9acf112
commit
7995f8579b
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.3.
0
"
__version__ = "1.3.
1
"
+ 1
- 1
src/core/include/megbrain/version.h
View File
@@ -13,7 +13,7 @@
#define MGB_MAJOR 8
#define MGB_MINOR 10
#define MGB_PATCH
0
#define MGB_PATCH
1
//! whether it is development version
#ifndef MGB_IS_DEV
#define MGB_IS_DEV 0
Write
Preview
Loading…
Cancel
Save