mirror of
https://github.com/chatmail/core.git
synced 2026-05-01 20:36:31 +03:00
chore: update version to 1.0.0-alpha.0
This commit is contained in:
committed by
Friedel Ziegelmayer
parent
f5683f1fec
commit
18c0d9f83b
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "deltachat_ffi"
|
||||
version = "0.1.0"
|
||||
version = "1.0.0-alpha.0"
|
||||
description = "Deltachat FFI"
|
||||
authors = ["dignifiedquire <dignifiedquire@gmail.com>"]
|
||||
edition = "2018"
|
||||
|
||||
@@ -11,9 +11,6 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
#define DC_VERSION_STR "0.43.0"
|
||||
|
||||
|
||||
/**
|
||||
* @mainpage Getting started
|
||||
*
|
||||
|
||||
@@ -12,8 +12,6 @@ extern crate human_panic;
|
||||
|
||||
use deltachat::*;
|
||||
|
||||
pub const DC_VERSION_STR: &'static str = "0.43.0\x00";
|
||||
|
||||
// TODO: constants
|
||||
|
||||
// dc_context_t
|
||||
|
||||
Reference in New Issue
Block a user