Skip to content

Commit 83ba41f

Browse files
committed
Bump version to 2.2.1
1 parent 82b4c1c commit 83ba41f

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
@@ -234,7 +234,7 @@ else(SPECTRUM_VERSION)
234234
set(SPECTRUM_VERSION 2.2.x-git-${GIT_REVISION})
235235
add_definitions(-DSPECTRUM_VERSION="${SPECTRUM_VERSION}")
236236
else(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
237-
set(SPECTRUM_VERSION 2.2.0)
237+
set(SPECTRUM_VERSION 2.2.1)
238238
add_definitions(-DSPECTRUM_VERSION="${SPECTRUM_VERSION}")
239239
endif(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
240240
endif(SPECTRUM_VERSION)

0 commit comments

Comments
 (0)