File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -222,10 +222,10 @@ else(SPECTRUM_VERSION)
222222 OUTPUT_VARIABLE GIT_REVISION
223223 OUTPUT_STRIP_TRAILING_WHITESPACE
224224 )
225- set (SPECTRUM_VERSION 2.0 .x-git-${GIT_REVISION} )
225+ set (SPECTRUM_VERSION 2.1 .x-git-${GIT_REVISION} )
226226 add_definitions (-DSPECTRUM_VERSION="${SPECTRUM_VERSION} " )
227227 else (EXISTS ${CMAKE_CURRENT_SOURCE_DIR} /.git)
228- set (SPECTRUM_VERSION 2.0.13 )
228+ set (SPECTRUM_VERSION 2.1.0 )
229229 add_definitions (-DSPECTRUM_VERSION="${SPECTRUM_VERSION} " )
230230 endif (EXISTS ${CMAKE_CURRENT_SOURCE_DIR} /.git)
231231endif (SPECTRUM_VERSION)
Original file line number Diff line number Diff line change 1+ Version 2.1.0 (2021-10-15):
2+ General:
3+ * Swiften 4.0 is now minumum supported Swiften version
4+ * CMake 3.7 is now minimal supported CMake version (which is present in Debian
5+ oldoldstable)
6+ * improve compatibility with latest build tools and dependencies
7+ * Fix service discovery compatibility with some clients (Gajim)
8+ libpurple backend:
9+ * Improved support for passwordless backends
10+
111Version 2.0.13 (2020-07-13):
212 General:
313 * improve compatibility with latest build tools
You can’t perform that action at this time.
0 commit comments