Skip to content

Commit

Permalink
2.0.13 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalyster committed Jul 13, 2020
1 parent 08d8b14 commit df92d39
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ else(SPECTRUM_VERSION)
set(SPECTRUM_VERSION 2.0.x-git-${GIT_REVISION})
add_definitions(-DSPECTRUM_VERSION="${SPECTRUM_VERSION}")
else(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
set(SPECTRUM_VERSION 2.0.10)
set(SPECTRUM_VERSION 2.0.13)
add_definitions(-DSPECTRUM_VERSION="${SPECTRUM_VERSION}")
endif(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/.git)
endif(SPECTRUM_VERSION)
Expand Down
7 changes: 7 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 2.0.13 (2020-07-13):
General:
* improve compatibility with latest build tools
libpurple backend:
* fix random crashes
* telegram-tdlib support

Version 2.0.12 (2019-07-15):
libpurple backend:
* revert changes which causes crash on start
Expand Down

0 comments on commit df92d39

Please sign in to comment.