chore: update version to 1.0.0-alpha.0

This commit is contained in:
Lars-Magnus Skog
2019-06-07 13:36:15 +02:00
committed by Friedel Ziegelmayer
parent f5683f1fec
commit 18c0d9f83b
7 changed files with 9 additions and 14 deletions

View File

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