1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-03 17:59:19 +02:00

bump version

This commit is contained in:
B. Petersen 2019-02-11 17:55:11 +01:00
parent 83bb25efae
commit ca8bee0670
No known key found for this signature in database
GPG key ID: 3B88E92DEA8E9AFC
2 changed files with 14 additions and 1 deletions

View file

@ -8,6 +8,19 @@ https://github.com/deltachat/deltachat-core/commits/master
For a high-level overview about changes anywhere in the Delta Chat ecosystem,
see https://delta.chat/en/changelog
## v0.40.0
* do not truncate messenger messages
* avoid group splits
* avoid possible polling of unconfigured folders
* refine error handling on export/import
* read autoconfig from http-servers if https fails
* limit the number of messages referenced in the header
* meson handles iconv and calls the stress test
The changes have been done by Ampli-fier, Björn Petersen, Floris Bruynooghe
and Holger Krekel
## v0.39.1
* bugfix release

View file

@ -11,7 +11,7 @@ extern "C" {
#endif
#define DC_VERSION_STR "0.39.1"
#define DC_VERSION_STR "0.40.0"
/**