Skip to content

Commit

Permalink
Version string updated to 4.2.0
Browse files Browse the repository at this point in the history
Update the version string and the API guide pdf

AMD-Internal: N/A
Signed-off-by: Manu Shantharam

Change-Id: I1f47c5c48abb42b82136acfae3508251b44136e6
  • Loading branch information
mshanthagit authored and vchunchu-amd committed Feb 28, 2024
1 parent 2959171 commit ef63ad2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,11 @@ if(NOT DEFINED AOCLSPARSE_VERSION_MAJOR)
endif()

if(NOT DEFINED AOCLSPARSE_VERSION_MINOR)
set(AOCLSPARSE_VERSION_MINOR 1)
set(AOCLSPARSE_VERSION_MINOR 2)
endif()

if(NOT DEFINED AOCLSPARSE_VERSION_PATCH)
set(AOCLSPARSE_VERSION_PATCH 1)
set(AOCLSPARSE_VERSION_PATCH 0)
endif()

if(NOT DEFINED AOCLSPARSE_VERSION_TWEAK)
Expand Down
Binary file modified docs/AOCL-Sparse_API_Guide.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ PROJECT_NAME = "AMD AOCL-Sparse API Guide"
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = "Release 4.1.1.0"
PROJECT_NUMBER = "Release 4.2.0.0"

# 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
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
copyright = '2020-2023, Advanced Micro Devices, Inc'
author = 'Advanced Micro Devices, Inc'
version = ''
release ='4.1.1.0'
release ='4.2.0.0'


# -- General configuration ---------------------------------------------------
Expand Down

0 comments on commit ef63ad2

Please sign in to comment.