File: version.h.in

package info (click to toggle)
vmelilo 1.5.4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 428 kB
  • ctags: 920
  • sloc: ansic: 8,183; makefile: 157; asm: 122; perl: 18
file content (17 lines) | stat: -rw-r--r-- 501 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 *	VME Linux/m68k Loader
 *
 *	(c) Copyright 1997 by Nick Holgate
 *
 *	This file is subject to the terms and conditions of the GNU General Public
 *	License.  See the file COPYING for more details.
 */

/*--------------------------------------------------------------------------*/

#define VERNUMB "__VERSION__"
#define VERDATE	"__DATE__"

#define VERSION "m68k VME Linux Loader Version " VERNUMB " (" VERDATE ")\n"

/*--------------------------------------------------------------------------*/