version.h
 1  /*
 2  ** Nofrendo (c) 1998-2000 Matthew Conte (matt@conte.com)
 3  **
 4  **
 5  ** This program is free software; you can redistribute it and/or
 6  ** modify it under the terms of version 2 of the GNU Library General 
 7  ** Public License as published by the Free Software Foundation.
 8  **
 9  ** This program is distributed in the hope that it will be useful, 
10  ** but WITHOUT ANY WARRANTY; without even the implied warranty of
11  ** MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
12  ** Library General Public License for more details.  To obtain a 
13  ** copy of the GNU Library General Public License, write to the Free 
14  ** Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
15  **
16  ** Any permitted reproduction of these routines, in whole or in part,
17  ** must bear this legend.
18  **
19  **
20  ** version.h
21  **
22  ** Program name / version definitions
23  ** $Id: version.h,v 1.2 2001/05/05 16:50:49 neil Exp $
24  */
25  
26  #ifndef _VERSION_H_
27  #define _VERSION_H_
28  
29  #ifdef NSF_PLAYER
30  #define  APP_STRING     "Nosefart"
31  #else
32  #define  APP_STRING     "Nofrendo"
33  #endif /* NSF_PLAYER */
34  
35  #define  APP_VERSION    "2.0"
36  
37  #endif /* _VERSION_H_ */
38  
39  /*
40  ** $Log: version.h,v $
41  ** Revision 1.2  2001/05/05 16:50:49  neil
42  ** preparing for distribution
43  **
44  ** Revision 1.1.1.1  2001/04/27 07:03:54  neil
45  ** initial
46  **
47  ** Revision 1.9  2000/07/31 04:28:47  matt
48  ** one million cleanups
49  **
50  ** Revision 1.8  2000/07/17 01:52:28  matt
51  ** made sure last line of all source files is a newline
52  **
53  ** Revision 1.7  2000/07/04 04:46:55  matt
54  ** updated version number
55  **
56  ** Revision 1.6  2000/06/20 00:03:39  matt
57  ** updated for 1.91
58  **
59  ** Revision 1.5  2000/06/09 17:01:56  matt
60  ** changed version to 1.90
61  **
62  ** Revision 1.4  2000/06/09 15:12:25  matt
63  ** initial revision
64  **
65  */