diff --git a/CMakeLists.txt b/CMakeLists.txt index 84e2ffe8..89dee577 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -72,7 +72,7 @@ option(BUILD_VERBOSE "Output additional build information" OFF) include(cmake/Dependencies.cmake) # Setup version -rocm_setup_version(VERSION 0.1.4.2 NO_GIT_TAG_VERSION) +rocm_setup_version(VERSION 1.0.0.0 NO_GIT_TAG_VERSION) set(rocsparse_SOVERSION 0) # AMD targets diff --git a/docs/source/conf.py b/docs/source/conf.py index 44aac168..317190d5 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -64,9 +64,9 @@ # built documents. # # The short X.Y version. -version = u'0.8' +version = u'1.0.0' # The full version, including alpha/beta/rc tags. -release = u'0.8' +release = u'1.0.0' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/source/library.rst b/docs/source/library.rst index dd9fe7bd..e5492cbd 100644 --- a/docs/source/library.rst +++ b/docs/source/library.rst @@ -157,7 +157,12 @@ Building and Installing Installing from AMD ROCm repositories ************************************** -TODO, not yet available +rocSPARSE can be installed from `AMD ROCm repositories `_ by + +:: + + sudo apt install rocsparse + Building rocSPARSE from Open-Source repository ***********************************************