File: Mesa3DGraphicsLibrary.r

package info (click to toggle)
mesa 3.1-17
  • links: PTS
  • area: main
  • in suites: potato
  • size: 10,908 kB
  • ctags: 19,599
  • sloc: ansic: 132,736; asm: 10,554; sh: 9,193; cpp: 3,540; makefile: 1,377
file content (37 lines) | stat: -rwxr-xr-x 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
25
26
27
28
29
30
31
32
33
34
35
36
37
/*
	File:		Mesa3DGraphicsLibrary.r

	Contains:	Version + Help files for Mesa3DGraphicsLibrary.

	Written by:	miklos

	Copyright:	Copyright 

	Change History (most recent first):

        <1+>      6/8/99    ???     Initial revision.
         <1>      6/8/99    ???     Initial revision.
*/
#include "MacTypes.r"

/*------------------------------ version ------------------------ */
resource 'vers' (1, purgeable) {
	MESA_MAJOR_VERSION,
	MESA_MINOR_VERSION,
	MESA_RELEASE_STAGE,
	1,
	0,
	MESA_SHORT_VERSION_STRING,
	MESA_LONG_VERSION_STRING
	
};

resource 'vers' (2, purgeable) {
	MESA_MAJOR_VERSION,
	MESA_MINOR_VERSION,
	MESA_RELEASE_STAGE,
	1,
	0,
	MESA_SHORT_VERSION_STRING,
	MESA_SECOND_VERSION_STRING
};