2.0.4
This commit is contained in:
parent
7ebaf4e3a2
commit
4abce367d6
2 changed files with 5 additions and 5 deletions
|
@ -249,10 +249,10 @@ else (SPECTRUM_VERSION)
|
|||
OUTPUT_VARIABLE GIT_REVISION
|
||||
OUTPUT_STRIP_TRAILING_WHITESPACE
|
||||
)
|
||||
set(SPECTRUM_VERSION 2.0.3-git-${GIT_REVISION})
|
||||
set(SPECTRUM_VERSION 2.0.4-git-${GIT_REVISION})
|
||||
ADD_DEFINITIONS(-DSPECTRUM_VERSION="${SPECTRUM_VERSION}")
|
||||
else (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
|
||||
set(SPECTRUM_VERSION 2.0.3)
|
||||
set(SPECTRUM_VERSION 2.0.4)
|
||||
ADD_DEFINITIONS(-DSPECTRUM_VERSION="${SPECTRUM_VERSION}")
|
||||
endif (EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
|
||||
endif (SPECTRUM_VERSION)
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
Version 2.0.4 (2017-08-xx):
|
||||
Version 2.0.4 (2017-08-03):
|
||||
General:
|
||||
* Add support for Swiften 4.0rc2. Swiften 3.x and 2.x are still supported.
|
||||
* Add support for passwordless libpurple backends (e.g. purple-hangouts).
|
||||
* Partial support for groupchats with case-sensitive names.
|
||||
* Various small bugfixes, see Git commit descriptions for full list of changes.
|
||||
* Partial support for groupchats with case-sensitive names (e.g. purple-telegram).
|
||||
* Various small bugfixes, see Git commit descriptions for the full list of changes.
|
||||
|
||||
Version 2.0.3 (2016-02-29):
|
||||
General:
|
||||
|
|
Loading…
Add table
Reference in a new issue