diff options
| author | Christoph Hellwig <hch@sgi.com> | 2002-12-04 01:37:52 +0100 |
|---|---|---|
| committer | Nathan Scott <nathans@sgi.com> | 2002-12-04 01:37:52 +0100 |
| commit | 370dccf043f9bc2f36b677924f813c573887f1e9 (patch) | |
| tree | 306f9c2616bcdc9ebdd6e77383854a142ac6f155 | |
| parent | 7511821e691500e434e683a32f992d29a9136987 (diff) | |
[XFS] update version string
| -rw-r--r-- | fs/xfs/linux/xfs_version.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fs/xfs/linux/xfs_version.h b/fs/xfs/linux/xfs_version.h index 5a41ef00df68..b21d51d26882 100644 --- a/fs/xfs/linux/xfs_version.h +++ b/fs/xfs/linux/xfs_version.h @@ -39,6 +39,8 @@ #ifndef __XFS_VERSION_H__ #define __XFS_VERSION_H__ -#define XFS_VERSION_STRING "CVS-09/15/02:17" +#include <linux/version.h> + +#define XFS_VERSION_STRING "for Linux " UTS_RELEASE #endif /* __XFS_VERSION_H__ */ |
