1
0
Fork 0
mirror of https://github.com/deltachat/deltachat-core.git synced 2025-10-06 03:50:08 +02:00

Merge pull request #486 from deltachat/fixgroupsplits

bump version
This commit is contained in:
björn petersen 2018-12-28 00:54:04 +01:00 committed by GitHub
commit 59c664fae7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -8,6 +8,10 @@ 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.33.0
* re-create goup-member-list if members are missing; avoid group-splits
## v0.32.0
* add function to add a thread watching the Send folder

View file

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