Preparation for 2.0.0
This commit is contained in:
parent
19c55d6bf8
commit
4a28fcd6ec
2 changed files with 3 additions and 3 deletions
|
@ -262,10 +262,10 @@ else (SPECTRUM_VERSION)
|
|||
OUTPUT_VARIABLE GIT_REVISION
|
||||
OUTPUT_STRIP_TRAILING_WHITESPACE
|
||||
)
|
||||
set(SPECTRUM_VERSION 2.0.0-beta-git-${GIT_REVISION})
|
||||
set(SPECTRUM_VERSION 2.0.0-git-${GIT_REVISION})
|
||||
ADD_DEFINITIONS(-DSPECTRUM_VERSION="${SPECTRUM_VERSION}")
|
||||
else (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
|
||||
set(SPECTRUM_VERSION 2.0.0-alpha)
|
||||
set(SPECTRUM_VERSION 2.0.0)
|
||||
ADD_DEFINITIONS(-DSPECTRUM_VERSION="${SPECTRUM_VERSION}")
|
||||
endif (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
|
||||
endif (SPECTRUM_VERSION)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
Version 2.0.0 (2015-XX-XX):
|
||||
Version 2.0.0 (2015-12-29):
|
||||
General:
|
||||
* Fix compilation with new versions of Spectrum 2 dependencies.
|
||||
* Added support for multiple frontends - Slack frontend is the first one.
|
||||
|
|
Loading…
Add table
Reference in a new issue