File: version.h

package info (click to toggle)
fsp 2.71-8hamm10
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 988 kB
  • ctags: 1,287
  • sloc: ansic: 7,715; makefile: 363; sh: 118
file content (10 lines) | stat: -rw-r--r-- 211 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
#ifndef _FSP_VERSION_H_
#define _FSP_VERSION_H_

#ifdef VMS
#define VERSION_STR "VMS Version 2.7.1, May 21st, 1993"
#else
#define VERSION_STR "Version 2.7.1, May 21st, 1993"
#endif

#endif /* _FSP_VERSION_H_ */