mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-05-28 16:13:44 +02:00
12 lines
306 B
Rust
12 lines
306 B
Rust
// (c) 2020-2022 ZeroTier, Inc. -- currently propritery pending actual release and licensing. See LICENSE.md.
|
|
|
|
pub const VERSION_MAJOR: u8 = 1;
|
|
pub const VERSION_MINOR: u8 = 99;
|
|
pub const VERSION_REVISION: u16 = 1;
|
|
|
|
pub mod error;
|
|
#[allow(unused)]
|
|
pub mod protocol;
|
|
pub mod util;
|
|
pub mod vl1;
|
|
pub mod vl2;
|