Skip to content

Commit

Permalink
raise version
Browse files Browse the repository at this point in the history
  • Loading branch information
abbbi committed Mar 5, 2023
1 parent 560d868 commit f07e203
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
nullfsvfs (0.15) unstable; urgency=medium

* Adds support for kernel version 6.3, thanks Woody Suwalski

-- Michael Ablassmeier <[email protected]> Sun, 05 Mar 2023 18:23:08 +0100

nullfsvfs (0.14) unstable; urgency=medium

* Adds support for kernel version 6.2, thanks Woody Suwalski
Expand Down
2 changes: 1 addition & 1 deletion nullfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#define NULLFS_MAGIC 0x19980123
#define NULLFS_DEFAULT_MODE 0755
#define NULLFS_SYSFS_MODE 0644
#define NULLFS_VERSION "0.14"
#define NULLFS_VERSION "0.15"

MODULE_AUTHOR("Michael Ablassmeier");
MODULE_LICENSE("GPL");
Expand Down
2 changes: 1 addition & 1 deletion rpm/nullfsvfs-kmod.spec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
%{!?kversion: %global kversion %(uname -r)}

Name: %{kmod_name}-kmod
Version: 0.14
Version: 0.15
Release: 1%{?dist}
Summary: A virtual file system that behaves like /dev/null
License: GPLv3+
Expand Down

0 comments on commit f07e203

Please sign in to comment.