From 35f718146310c265fb2ea8450f640cc74b1f332c Mon Sep 17 00:00:00 2001 From: Fei Zheng <44449748+feizheng10@users.noreply.github.com> Date: Fri, 17 Jul 2020 11:14:17 -0600 Subject: [PATCH] bump to 1.0.5 --- CMakeLists.txt | 2 +- README.md | 4 ++-- docs/Doxyfile | 2 +- docs/source/conf.py | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 539674bc..333240bc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -90,7 +90,7 @@ include( ROCMPackageConfigHelpers ) include( ROCMInstallSymlinks ) # Using standardized versioning from rocm-cmake -set ( VERSION_STRING "1.0.4" ) +set ( VERSION_STRING "1.0.5" ) rocm_setup_version( VERSION ${VERSION_STRING} ) # Append our library helper cmake path and the cmake path for hip (for diff --git a/README.md b/README.md index 0a05148c..1e6da0b5 100644 --- a/README.md +++ b/README.md @@ -17,11 +17,11 @@ are available for each release on the releases tab. ## Building from source -rocFFT is compiled with hcc and uses cmake. To compile the library one calls, +rocFFT is compiled with hipcc and uses cmake. To compile the library one calls, for example, the following commands: ``` mkdir build && cd build -cmake -DCMAKE_CXX_COMPILER=hcc .. +cmake -DCMAKE_CXX_COMPILER=hipcc .. ``` A static library can be compiled by using the option `-DBUILD_SHARED_LIBS=off` diff --git a/docs/Doxyfile b/docs/Doxyfile index b0309385..e1f513e4 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -38,7 +38,7 @@ PROJECT_NAME = "rocFFT" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = v1.0.4 +PROJECT_NUMBER = v1.0.5 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/docs/source/conf.py b/docs/source/conf.py index 1e9d2d7f..85479040 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -64,9 +64,9 @@ # built documents. # # The short X.Y version. -version = u'1.0.4' +version = u'1.0.5' # The full version, including alpha/beta/rc tags. -release = u'1.0.4' +release = u'1.0.5' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages.