Browse Source

chore(release): bump version

release-1.1
Megvii Engine Team 4 years ago
parent
commit
c225591476
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      imperative/python/megengine/version.py
  2. +1
    -1
      src/core/include/megbrain/version.h

+ 1
- 1
imperative/python/megengine/version.py View File

@@ -6,5 +6,5 @@
# Unless required by applicable law or agreed to in writing, # Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an # software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # "AS IS" BASIS, WITHOUT ARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
__version__ = "1.0.0"
__version__ = "1.1.0"



+ 1
- 1
src/core/include/megbrain/version.h View File

@@ -12,7 +12,7 @@
#pragma once #pragma once


#define MGB_MAJOR 8 #define MGB_MAJOR 8
#define MGB_MINOR 9999
#define MGB_MINOR 8
#define MGB_PATCH 0 #define MGB_PATCH 0
//! whether it is development version //! whether it is development version
#ifndef MGB_IS_DEV #ifndef MGB_IS_DEV


Loading…
Cancel
Save