Update README and increment minor version number.

APIs have been added and minimum cmake version number has been
changed.

Change-Id: Ic75849e6937c04faed2d206344df2cf9e9a78016
This commit is contained in:
Sean Keely
2021-07-30 17:13:17 -05:00
والد 4907d4577b
کامیت ed7eec14e1
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
@@ -85,7 +85,7 @@ if (ROCM_CCACHE_BUILD)
endif() # if (ROCM_CCACHE_BUILD)
## Get version strings
get_version ( "1.3.0" )
get_version ( "1.4.0" )
if ( ${ROCM_PATCH_VERSION} )
set ( VERSION_PATCH ${ROCM_PATCH_VERSION})
endif()
@@ -20,7 +20,7 @@ utils - Utilities required to build the core runtime.
#### Build Environment
CMake build framework is used to build the ROC runtime. The minimum version is
3.5.0.
3.6.3.
Obtain cmake infrastructure: http://www.cmake.org/download/