File: version.h

package info (click to toggle)
koala 0.3.2a-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,036 kB
  • ctags: 581
  • sloc: ansic: 29,450; makefile: 1,664; xml: 11
file content (24 lines) | stat: -rw-r--r-- 710 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*  @(#) version.h 1.20 @(#)  */
/***************************************************************\
*	Copyright (c) 1999-2000 First Step Internet Services, Inc.
*		All Rights Reserved
*
*	Module: Core
\***************************************************************/

#ifndef _KOALAMUD_VERSION_H
#define _KOALAMUD_VERSION_H "@(#) nitehawk@paranor.1ststep.net|include/version.h|20001110040719|44261 @(#)"

#define VERMAJOR 0
#define VERMINOR 3
#define VERPOINT 2

#define COPYRIGHTSTR \
"KoalaMUD Version 0.3.2a\r\n" \
"Copyright (c) 1999-2000 First Step Internet Services, Inc.\r\n" \
"All Rights Reserved\r\n" \
"\r\n" \
"Distributed under the BSD License, included in this distribution.\r\n" \
"\r\n"

#endif