File: ver.h

package info (click to toggle)
yforth 0.1beta-21
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 368 kB
  • ctags: 789
  • sloc: ansic: 4,424; makefile: 58
file content (14 lines) | stat: -rw-r--r-- 556 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* yForth? - Written by Luca Padovani (C) 1996/97
 * ------------------------------------------------------------------------
 * This software is FreeWare as long as it comes with this header in each
 * source file, anyway you can use it or any part of it whatever
 * you want. It comes without any warranty, so use it at your own risk.
 * ------------------------------------------------------------------------
 * Module name:     ver.h
 * Abstract:        yForth? version definition
 */

#define VER_HI			0
#define	VER_LO			1
#define VER_TEST		"+beta"