Brett 2025-01-29 12:23:36 -05:00
parent 262de073ec
commit cc60c8c165
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ macro(blt_add_project name source type)
project(skyscrapers-ga)
endmacro()
project(skyscrapers-ga VERSION 0.0.7)
project(skyscrapers-ga VERSION 0.0.8)
option(ENABLE_ADDRSAN "Enable the address sanitizer" OFF)
option(ENABLE_UBSAN "Enable the ub sanitizer" OFF)

View File

@ -1,4 +1,4 @@
#!/usr/bin/python3
#!python3
import subprocess
import argparse