File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ else(SPECTRUM_VERSION)
254
254
set (SPECTRUM_VERSION 2.0.x-git-${GIT_REVISION} )
255
255
add_definitions (-DSPECTRUM_VERSION= "${SPECTRUM_VERSION} " )
256
256
else (EXISTS ${CMAKE_CURRENT_SOURCE_DIR} /.git )
257
- set (SPECTRUM_VERSION 2.0.10 )
257
+ set (SPECTRUM_VERSION 2.0.13 )
258
258
add_definitions (-DSPECTRUM_VERSION= "${SPECTRUM_VERSION} " )
259
259
endif (EXISTS ${CMAKE_CURRENT_SOURCE_DIR} /.git )
260
260
endif (SPECTRUM_VERSION )
Original file line number Diff line number Diff line change
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
+
1
8
Version 2.0.12 (2019-07-15):
2
9
libpurple backend:
3
10
* revert changes which causes crash on start
You can’t perform that action at this time.
0 commit comments