chore: release v1.0.0-alpha.3

This commit is contained in:
dignifiedquire
2019-07-18 00:34:46 +02:00
parent ab2d2e7583
commit 0c5015d92b
4 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
//! Constants
pub const DC_VERSION_STR: &'static [u8; 14] = b"1.0.0-alpha.1\x00";
pub const DC_VERSION_STR: &'static [u8; 14] = b"1.0.0-alpha.3\x00";
pub const DC_MOVE_STATE_MOVING: u32 = 3;
pub const DC_MOVE_STATE_STAY: u32 = 2;