Imported Debian patch 0.1beta-15
[debian/yforth] / ver.h
1 /* yForth? - Written by Luca Padovani (C) 1996/97
2  * ------------------------------------------------------------------------
3  * This software is FreeWare as long as it comes with this header in each
4  * source file, anyway you can use it or any part of it whatever
5  * you want. It comes without any warranty, so use it at your own risk.
6  * ------------------------------------------------------------------------
7  * Module name:     ver.h
8  * Abstract:        yForth? version definition
9  */
10
11 #define VER_HI                  0
12 #define VER_LO                  1
13 #define VER_TEST                "+beta"
14