Skip to content

Commit

Permalink
change version for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
amcamd committed Jan 31, 2019
1 parent 5096ceb commit bcb06a2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Tensile/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
################################################################################

# hardcoded tensile version; also in Tensile/Source/TensileConfigVersion.cmake
__version__ = "4.7.2"
__version__ = "4.8.0"
8 changes: 4 additions & 4 deletions bump-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
# This script needs to be edited to bump version for new release.
# Version will be bumped in Tensile/__init__.py and in .yaml files

OLD_VERSION="4.7.0"
NEW_VERSION="4.7.2"
OLD_VERSION="4.7.2"
NEW_VERSION="4.8.0"

OLD_MINIMUM_REQUIRED_VERSION="MinimumRequiredVersion: 4.7.0"
NEW_MINIMUM_REQUIRED_VERSION="MinimumRequiredVersion: 4.7.2"
OLD_MINIMUM_REQUIRED_VERSION="MinimumRequiredVersion: 4.7.2"
NEW_MINIMUM_REQUIRED_VERSION="MinimumRequiredVersion: 4.8.0"

sed -i "s/${OLD_VERSION}/${NEW_VERSION}/g" Tensile/__init__.py

Expand Down

0 comments on commit bcb06a2

Please sign in to comment.