mirror of
https://github.com/chatmail/core.git
synced 2026-05-02 21:06:31 +03:00
Arbitrarily bump the version
This allows me to create a new tag and play wity building flatpak builds for this tag.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "deltachat"
|
name = "deltachat"
|
||||||
version = "1.0.0-alpha.0"
|
version = "1.0.0-alpha.1"
|
||||||
authors = ["dignifiedquire <dignifiedquire@gmail.com>"]
|
authors = ["dignifiedquire <dignifiedquire@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MPL"
|
license = "MPL"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "deltachat_ffi"
|
name = "deltachat_ffi"
|
||||||
version = "1.0.0-alpha.0"
|
version = "1.0.0-alpha.1"
|
||||||
description = "Deltachat FFI"
|
description = "Deltachat FFI"
|
||||||
authors = ["dignifiedquire <dignifiedquire@gmail.com>"]
|
authors = ["dignifiedquire <dignifiedquire@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
//! Constants
|
//! Constants
|
||||||
|
|
||||||
pub const DC_VERSION_STR: &'static [u8; 14] = b"1.0.0-alpha.0\x00";
|
pub const DC_VERSION_STR: &'static [u8; 14] = b"1.0.0-alpha.1\x00";
|
||||||
|
|
||||||
pub const DC_MOVE_STATE_MOVING: u32 = 3;
|
pub const DC_MOVE_STATE_MOVING: u32 = 3;
|
||||||
pub const DC_MOVE_STATE_STAY: u32 = 2;
|
pub const DC_MOVE_STATE_STAY: u32 = 2;
|
||||||
|
|||||||
Reference in New Issue
Block a user