Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
eflumerf committed Oct 16, 2024
1 parent 667f597 commit 0911662
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
Expand Up @@ -8,7 +8,7 @@
cmake_minimum_required (VERSION 3.19 FATAL_ERROR)
find_package(cetmodules)

project(otsdaq_mu2e_tracker VERSION 3.02.00)
project(otsdaq_mu2e_tracker VERSION 3.03.00)

include(CetCMakeEnv)
cet_cmake_env()
Expand All @@ -18,7 +18,7 @@ cet_set_compiler_flags(
DIAGS VIGILANT
# WERROR
NO_UNDEFINED
EXTRA_FLAGS -fpermissive -Wno-unused-parameter -pthread -g -O0 -v # Equivalent to debug qualifier, for testing
EXTRA_FLAGS -fpermissive -Wno-unused-parameter -pthread -g # -O0 -v Equivalent to debug qualifier, for testing
)
#------------------------------------------------------------------------------
# it looks that these packages are looked for only after cet_cmake_env
Expand Down

0 comments on commit 0911662

Please sign in to comment.