diff options
author | bp <bp@FreeBSD.org> | 1999-12-12 05:53:02 +0000 |
---|---|---|
committer | bp <bp@FreeBSD.org> | 1999-12-12 05:53:02 +0000 |
commit | af2fc77e5c1d88a74bf1b5f6def6f7c8209bdcad (patch) | |
tree | f7fb52b995dd6e9bcc39dfa1b3de4d960924fe81 /sys/fs | |
parent | 56a46611e10209f4a55ba809f58b91f7db2b60b4 (diff) | |
download | FreeBSD-src-af2fc77e5c1d88a74bf1b5f6def6f7c8209bdcad.zip FreeBSD-src-af2fc77e5c1d88a74bf1b5f6def6f7c8209bdcad.tar.gz |
Bump local version number to 1.3.4.
Diffstat (limited to 'sys/fs')
-rw-r--r-- | sys/fs/nwfs/nwfs_mount.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/nwfs/nwfs_mount.h b/sys/fs/nwfs/nwfs_mount.h index 2b55c7d..02702ed 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 */ |