Skip to content

Commit

Permalink
updated SIRF version to v3.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evgueni-ovtchinnikov committed Jul 25, 2024
1 parent 6137a1d commit a942727
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VirtualBox/VM_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.7.0
3.8.0
2 changes: 1 addition & 1 deletion VirtualBox/vagrant/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Vagrant.configure("2") do |config|
"--medium", "emptydrive"
]

vb.name = ENV["VB_NAME"] || "SIRF 3.7.0"
vb.name = ENV["VB_NAME"] || "SIRF 3.8.0"
vb.customize ["modifyvm", :id,
"--clipboard", "bidirectional",
'--graphicscontroller', 'vmsvga',
Expand Down
3 changes: 2 additions & 1 deletion version_config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ set(DEFAULT_STIR_TAG rel_6.2.0)

## SIRF
set(DEFAULT_SIRF_URL https://github.com/SyneRBI/SIRF)
set(DEFAULT_SIRF_TAG a4d8cae6dd014194642d35e7fb9283e8da44a497)
set(DEFAULT_SIRF_TAG v3.8.0)
#set(DEFAULT_SIRF_TAG a4d8cae6dd014194642d35e7fb9283e8da44a497)

## pet-rd-tools
set(DEFAULT_pet_rd_tools_URL https://github.com/UCL/pet-rd-tools)
Expand Down

0 comments on commit a942727

Please sign in to comment.