Skip to content

Commit 1a79943

Browse files
I skipped a version. This is v0.17.1.
1 parent ced2a0d commit 1a79943

3 files changed

Lines changed: 3 additions & 8 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords = ["no-std", "liberty", "libertyos", "os", "kernel"]
88
name = "libertyos_kernel"
99
readme = "README.md"
1010
repository = "https://github.com/LibertyOS-Development/kernel"
11-
version = "0.17.0"
11+
version = "0.17.1"
1212

1313
[dependencies]
1414
acpi = "4.1.0"

VERSIONHISTORY.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,12 @@ Version History
22

33
# Version History
44

5-
## 0.17.2
5+
## 0.17.1
66
- Added a documentation header for ctypes (src/ctypes.rs).
77
- Added documentation for ctypes (src/ctypes.rs).
88
- Created a directory for keeping track of ideas (ideas).
99
- Created a README for the ideas directory (ideas/README.md).
1010
- Created a file that explains an idea for a build-system (ideas/build-system.md).
11-
- Updated kernel version number (src/main.rs).
12-
- Updated version number (Cargo.toml).
13-
14-
15-
## 0.17.1
1611
- Created NEEDED.md (NEEDED.md).
1712
- Added a documentation header for the interrupts module (src/interrupts.rs).
1813
- Updated kernel version (src/main.rs).

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ fn kernel_main(bootinfo: &'static BootInfo) -> !
3636

3737

3838
libertyos_kernel::init::start(bootinfo);
39-
println!("LIBERTYOS v0.17.2");
39+
println!("LIBERTYOS v0.17.1");
4040
print!("\x1b[?25h");
4141
println!();
4242

0 commit comments

Comments
 (0)