Skip to content

Commit 38164de

Browse files
committed
Update version number
1 parent ebfb08d commit 38164de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if(LINUX AND (CMAKE_C_COMPILER OR CMAKE_CXX_COMPILER))
1515
endif()
1616

1717
find_package(cetmodules 3.01.00)
18-
project(TRACE VERSION 3.21.00) # See https://github.com/art-daq/trace/wiki/Making-a-TRACE-release-package
18+
project(TRACE VERSION 3.22.00) # See https://github.com/art-daq/trace/wiki/Making-a-TRACE-release-package
1919
if (${cetmodules_FOUND})
2020
MESSAGE(STATUS "Found cetmodules.")
2121
set(CET_EXPORT EXPORT)

0 commit comments

Comments
 (0)