Skip to content

Commit

Permalink
Updating Version Number for rocm 2.8 release (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
saadrahim authored Aug 23, 2019
1 parent 57485a5 commit a220074
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MIT License
#
# Copyright (c) 2017 Advanced Micro Devices, Inc. All rights reserved.
# Copyright (c) 2017-2019 Advanced Micro Devices, Inc. All rights reserved.
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
Expand Down Expand Up @@ -73,7 +73,7 @@ include(cmake/Dependencies.cmake)
set(AMDGPU_TARGETS gfx803;gfx900;gfx906;gfx908 CACHE STRING "List of specific machine types for library to target")

# Setup VERSION
set(VERSION_STRING "2.6.0")
set(VERSION_STRING "2.7.0")
rocm_setup_version(VERSION ${VERSION_STRING})

# Print configuration summary
Expand Down

0 comments on commit a220074

Please sign in to comment.