source:
GPL/include/version.mak@
1
Last change on this file since 1 was 1, checked in by , 20 years ago | |
---|---|
File size: 322 bytes |
Line | |
---|---|
1 | # $Id: version.mak,v 1.1.1.1 2003/07/02 13:56:58 eleph Exp $ |
2 | |
3 | # |
4 | |
5 | # VERSION.MAK |
6 | # |
7 | # Current build level for File Versioning |
8 | # |
9 | # This file should reside in the same place as COMMON.MAK |
10 | # |
11 | |
12 | _VENDOR = "OS/2 Universal Audio Driver" |
13 | _VERSION = 1.13.001 |
14 | |
15 | FILEVER = @^#$(_VENDOR):$(_VERSION)^#@ |
16 |
Note:
See TracBrowser
for help on using the repository browser.