|
Last change
on this file since 181 was 159, checked in by bird, 22 years ago |
|
EOL
|
-
Property cvs2svn:cvs-rev
set to
1.2
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
-
Property svn:keywords
set to
Author Date Id Revision
|
|
File size:
352 bytes
|
| Line | |
|---|
| 1 | # Define the version of the libc and toolkit
|
|---|
| 2 |
|
|---|
| 3 | # High part of version number
|
|---|
| 4 | VH = 0
|
|---|
| 5 | # Middle part of version number
|
|---|
| 6 | VM = 0
|
|---|
| 7 | # Low part of version number
|
|---|
| 8 | VL = 1
|
|---|
| 9 |
|
|---|
| 10 | # The name of this package
|
|---|
| 11 | PACKAGE = GNU C for OS/2 runtime and tools
|
|---|
| 12 |
|
|---|
| 13 | # Full version number
|
|---|
| 14 | VERSION = $(VH).$(VM).$(VL)
|
|---|
| 15 |
|
|---|
| 16 | # Copyright
|
|---|
| 17 | COPYRIGHT = Copyright (c) 2003 InnoTek Systemberatung GmbH
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.