File: version.h

package info (click to toggle)
winregfs 0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 384 kB
  • sloc: ansic: 4,897; makefile: 173; sh: 65
file content (12 lines) | stat: -rw-r--r-- 213 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Windows Registry FUSE Filesystem
 *
 * Version number definitions
 *
 */

#ifndef WINREGFS_VERSION_H
#define WINREGFS_VERSION_H
#define VER "0.8"
#define VERDATE "2021-09.15"
#endif	/* WINREGFS_VERSION_H */