Skip to content

Commit

Permalink
Merge pull request #382 from LLNL/bugfix/white238/versionnumber
Browse files Browse the repository at this point in the history
Fix reported version number
  • Loading branch information
white238 authored Aug 3, 2020
2 parents bc20f6a + efecf31 commit c253509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SetupBLT.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# SPDX-License-Identifier: (BSD-3-Clause)

if (NOT BLT_LOADED)
set(BLT_VERSION "0.3.0" CACHE STRING "")
set(BLT_VERSION "0.3.6" CACHE STRING "")
mark_as_advanced(BLT_VERSION)
message(STATUS "BLT Version: ${BLT_VERSION}")

Expand Down

0 comments on commit c253509

Please sign in to comment.