1/*
2 * linux/fs/hfs/version.c
3 *
4 * Copyright (C) 1995-1997  Paul H. Hargrove
5 * This file may be distributed under the terms of the GNU General Public License.
6 *
7 * This file contains the version string for this release.
8 */
9
10const char hfs_version[]="0.96";
11