Skip to content

Commit

Permalink
bump to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
feizheng10 authored Jul 17, 2020
1 parent a7038de commit 35f7181
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 35f7181

Please sign in to comment.