File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 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)
3131endif ()
3232if (NOT DEFINED AOCLSPARSE_VERSION_MINOR)
33- set (AOCLSPARSE_VERSION_MINOR 0 )
33+ set (AOCLSPARSE_VERSION_MINOR 1 )
3434endif ()
3535if (NOT DEFINED AOCLSPARSE_VERSION_PATCH)
3636 set (AOCLSPARSE_VERSION_PATCH 0)
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 2828copyright = '2020-2025, Advanced Micro Devices, Inc'
2929author = 'Advanced Micro Devices, Inc'
3030version = ''
31- release = '5.0.1 '
31+ release = '5.1.0 '
3232
3333# -- General configuration ---------------------------------------------------
3434extensions = ['sphinxcontrib.bibtex' , 'breathe' , 'sphinx_collapse' ]
You can’t perform that action at this time.
0 commit comments