Skip to content

Commit c030200

Browse files
janfiala-amdVishwanath Chunchula
authored andcommitted
Update version string and PDF documentation to 5.1.0
AMD-Internal: NA Change-Id: I6b51194b0532e98b8604df80199c710d04d38661
1 parent 5d54549 commit c030200

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ########################################################################
2-
# Copyright (c) 2020-2024 Advanced Micro Devices, Inc.
2+
# Copyright (c) 2020-2025 Advanced Micro Devices, Inc.
33
#
44
# Permission is hereby granted, free of charge, to any person obtaining a copy
55
# of this software and associated documentation files (the "Software"), to deal
@@ -30,7 +30,7 @@ if(NOT DEFINED AOCLSPARSE_VERSION_MAJOR)
3030
set(AOCLSPARSE_VERSION_MAJOR 5)
3131
endif()
3232
if(NOT DEFINED AOCLSPARSE_VERSION_MINOR)
33-
set(AOCLSPARSE_VERSION_MINOR 0)
33+
set(AOCLSPARSE_VERSION_MINOR 1)
3434
endif()
3535
if(NOT DEFINED AOCLSPARSE_VERSION_PATCH)
3636
set(AOCLSPARSE_VERSION_PATCH 0)

docs/Doxyfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# ##############################################################################
2-
# Copyright (c) 2021-2024 Advanced Micro Devices, Inc.
2+
# Copyright (c) 2021-2025 Advanced Micro Devices, Inc.
33
#
44
# Permission is hereby granted, free of charge, to any person obtaining a copy
55
# of this software and associated documentation files (the "Software"), to deal
@@ -71,7 +71,7 @@ PROJECT_NAME = "AMD AOCL-Sparse API Guide"
7171
# could be handy for archiving the generated documentation or if some version
7272
# control system is used.
7373

74-
PROJECT_NUMBER = "Release 5.0.1"
74+
PROJECT_NUMBER = "Release 5.1.0"
7575

7676
# Using the PROJECT_BRIEF tag one can provide an optional one line description
7777
# for a project that appears at the top of each page and should give viewer a

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
copyright = '2020-2025, Advanced Micro Devices, Inc'
2929
author = 'Advanced Micro Devices, Inc'
3030
version = ''
31-
release ='5.0.1'
31+
release ='5.1.0'
3232

3333
# -- General configuration ---------------------------------------------------
3434
extensions = ['sphinxcontrib.bibtex', 'breathe', 'sphinx_collapse']

0 commit comments

Comments
 (0)