Skip to content

Commit

Permalink
raise version
Browse files Browse the repository at this point in the history
  • Loading branch information
abbbi committed Sep 14, 2023
1 parent 2bc12bf commit 644660b
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.16) unstable; urgency=medium

* Fix build on opensuse thumbleweed (kernel version 6.5.2) #20

-- Michael Ablassmeier <abi@debian.org> Thu, 14 Sep 2023 16:22:39 +0200

nullfsvfs (0.15) unstable; urgency=medium

* Adds support for kernel version 6.3, 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.15"
#define NULLFS_VERSION "0.16"

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.15
Version: 0.16
Release: 1%{?dist}
Summary: A virtual file system that behaves like /dev/null
License: GPLv3+
Expand Down

0 comments on commit 644660b

Please sign in to comment.