Skip to content

Commit de4035d

Browse files
Update version number and cleanup changelog (#561)
1 parent af14da1 commit de4035d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
Documentation for rocRAND is available at
44
[https://rocm.docs.amd.com/projects/rocRAND/en/latest/](https://rocm.docs.amd.com/projects/rocRAND/en/latest/)
55

6-
## (Unreleased) rocRAND-3.1.1 for ROCm 6.2.4
6+
## rocRAND-3.1.1 for ROCm 6.2.4
77

88
### Additions
99

1010
* GFX1151 Support
1111

12-
## (Unreleased) rocRAND-3.1.0 for ROCm 6.2.0
12+
## rocRAND-3.1.0 for ROCm 6.2.0
1313

1414
### Additions
1515

@@ -83,7 +83,7 @@ Documentation for rocRAND is available at
8383
### Known issues
8484
- SOBOL64 and SCRAMBLED_SOBOL64 generate poisson-distributed `unsigned long long int` numbers instead of `unsigned int`. This will be fixed in the next major release.
8585

86-
## (Unreleased) rocRAND-3.0.0 for ROCm 6.0.0
86+
## rocRAND-3.0.0 for ROCm 6.0.0
8787

8888
### Additions
8989

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ if(BUILD_FILE_REORG_BACKWARD_COMPATIBILITY AND NOT WIN32)
148148
endif()
149149

150150
# Set version variables
151-
rocm_setup_version( VERSION "3.1.0" )
151+
rocm_setup_version( VERSION "3.1.1" )
152152
set ( rocrand_VERSION ${rocRAND_VERSION} )
153153
# Old-style version number used within the library's API. rocrand_get_version should be modified.
154154
math(EXPR rocrand_VERSION_NUMBER "${rocRAND_VERSION_MAJOR} * 100000 + ${rocRAND_VERSION_MINOR} * 100 + ${rocRAND_VERSION_PATCH}")

0 commit comments

Comments
 (0)