diff --git a/sys/fs/nwfs/nwfs_mount.h b/sys/fs/nwfs/nwfs_mount.h index 2b55c7d3cc8..02702eda5e6 100644 --- a/sys/fs/nwfs/nwfs_mount.h +++ b/sys/fs/nwfs/nwfs_mount.h @@ -39,7 +39,7 @@ #endif #define NWFS_VERMAJ 1 -#define NWFS_VERMIN 3300 +#define NWFS_VERMIN 3400 #define NWFS_VERSION (NWFS_VERMAJ*100000 + NWFS_VERMIN) /* Values for flags */ diff --git a/sys/nwfs/nwfs_mount.h b/sys/nwfs/nwfs_mount.h index 2b55c7d3cc8..02702eda5e6 100644 --- a/sys/nwfs/nwfs_mount.h +++ b/sys/nwfs/nwfs_mount.h @@ -39,7 +39,7 @@ #endif #define NWFS_VERMAJ 1 -#define NWFS_VERMIN 3300 +#define NWFS_VERMIN 3400 #define NWFS_VERSION (NWFS_VERMAJ*100000 + NWFS_VERMIN) /* Values for flags */