Skip to content

Commit bde4ba5

Browse files
committed
Bump version to 2.2.0
1 parent c376f41 commit bde4ba5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,10 +231,10 @@ else(SPECTRUM_VERSION)
231231
OUTPUT_VARIABLE GIT_REVISION
232232
OUTPUT_STRIP_TRAILING_WHITESPACE
233233
)
234-
set(SPECTRUM_VERSION 2.1.x-git-${GIT_REVISION})
234+
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.1.3)
237+
set(SPECTRUM_VERSION 2.2.0)
238238
add_definitions(-DSPECTRUM_VERSION="${SPECTRUM_VERSION}")
239239
endif(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
240240
endif(SPECTRUM_VERSION)

0 commit comments

Comments
 (0)