Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ifeq (${UBUNTU_VERSION}, noble)
UBUNTU_VERSION_NUMBER = 24.04
endif

DEBIAN_VERSION := "1.2.0"
DEBIAN_VERSION := "1.3.0"

DEBIAN_CONTROL = ${TOP_DIR}/build/debian/DEBIAN/control
DEBIAN_PRERM = ${TOP_DIR}/build/debian/DEBIAN/prerm
Expand Down
2 changes: 1 addition & 1 deletion build/rpmbuild.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: amd-container-toolkit
Version: 1.2.0
Version: 1.3.0
Release: 1%{?dist}
Summary: Package containing AMD container tookkit binaries

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
html_context["READTHEDOCS"] = True
project = "AMD Container Runtime Toolkit"

version = "1.2.0"
version = "1.3.0"
rocm_version = '6.4'
rocm_directory_version = '6.4.0' # in 6.0 rocm was located in /opt/rocm-6.0.0
amdgpu_version = '6.4' # directory in https://repo.radeon.com/rocm/apt/ and https://repo.radeon.com/amdgpu-install/
Expand Down
Loading