Skip to content

Commit 5863ed2

Browse files
committed
raise version
1 parent 15a9eed commit 5863ed2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

nullfsvfs.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
/*
2-
* Nullfs.
3-
*
2+
* nullfsvfs.
43
*
54
* Copyright (C) 2018 Michael Ablassmeier <abi@grinser.de>
65
*
@@ -47,7 +46,7 @@
4746
#define NULLFS_MAGIC 0x19980123
4847
#define NULLFS_DEFAULT_MODE 0755
4948
#define NULLFS_SYSFS_MODE 0644
50-
#define NULLFS_VERSION "0.24"
49+
#define NULLFS_VERSION "0.25"
5150

5251
MODULE_AUTHOR("Michael Ablassmeier");
5352
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)