forked from AbleOS/ableos_userland
5 lines
98 B
Rust
5 lines
98 B
Rust
pub type PID = u32;
|
|
use versioning::Version;
|
|
|
|
pub const VERSION: Version = Version::new(0, 1, 0);
|