We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08d8b14 commit df92d39Copy full SHA for df92d39
CMakeLists.txt
@@ -254,7 +254,7 @@ else(SPECTRUM_VERSION)
254
set(SPECTRUM_VERSION 2.0.x-git-${GIT_REVISION})
255
add_definitions(-DSPECTRUM_VERSION="${SPECTRUM_VERSION}")
256
else(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
257
- set(SPECTRUM_VERSION 2.0.10)
+ set(SPECTRUM_VERSION 2.0.13)
258
259
endif(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
260
endif(SPECTRUM_VERSION)
ChangeLog
@@ -1,3 +1,10 @@
1
+Version 2.0.13 (2020-07-13):
2
+ General:
3
+ * improve compatibility with latest build tools
4
+ libpurple backend:
5
+ * fix random crashes
6
+ * telegram-tdlib support
7
+
8
Version 2.0.12 (2019-07-15):
9
libpurple backend:
10
* revert changes which causes crash on start
0 commit comments