improve info string and version setting

This commit is contained in:
dignifiedquire
2019-04-27 15:55:27 +03:00
parent 8a99151252
commit 2d057cba56
4 changed files with 93 additions and 34 deletions

View File

@@ -1,5 +1,7 @@
//! Constants
pub const VERSION: &'static [u8; 7] = b"0.42.0\x00";
pub const DC_GCL_ARCHIVED_ONLY: usize = 0x01;
pub const DC_GCL_NO_SPECIALS: usize = 0x02;
pub const DC_GCL_ADD_ALLDONE_HINT: usize = 0x04;