Skip to content

Commit

Permalink
Novusk v3.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanMcMillan54 committed Aug 7, 2022
1 parent 9e1131c commit 88ad002
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "novusk"
version = "3.0.1"
version = "3.0.2"
authors = ["Nathan McMillan <nathanmcmillan54@gmail.com>"]
edition = "2021"

Expand Down
6 changes: 3 additions & 3 deletions Documentation/building/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

## Requirements:

``rustc`` - ~1.61
``rustup`` - ~1.25
``nightly`` - ~1.64
- ``rustc`` - ~1.61
- ``rustup`` - ~1.25
- ``nightly`` - ~1.64

## Install:

Expand Down
2 changes: 1 addition & 1 deletion include/novusk/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use crate::kernel::syscalls::arch_syscalls::SYSCALL_TABLE;

pub const MAJOR_VERSION: i32 = 3;
pub const MINOR_VERSION: i32 = 0;
pub const REALLY_MINOR_VERSION: i32 = 1;
pub const REALLY_MINOR_VERSION: i32 = 2;
pub const VERSION_NAME: &str = "Coffee";

// -----------------
Expand Down

0 comments on commit 88ad002

Please sign in to comment.