Last change
on this file since 531 was 531, checked in by pr, 10 years ago |
Update to version 1.0.21
|
-
Property svn:eol-style
set to
CRLF
-
Property svn:keywords
set to
Author Date Id Revision
|
File size:
1.1 KB
|
Line | |
---|
1 |
|
---|
2 | /*
|
---|
3 | * bl_inf2html.h.h:
|
---|
4 | * This is the only file which specifies the version level
|
---|
5 | * for INF2HTML.EXE. This is used in two contexts:
|
---|
6 | *
|
---|
7 | * -- for ..\tools\BuildLevel.cmd; this will be written into the
|
---|
8 | * .DEF file and therefore visible in the output executables.
|
---|
9 | *
|
---|
10 | * -- This is also #include'd by sources which want to display
|
---|
11 | * the version number.
|
---|
12 | *
|
---|
13 | *
|
---|
14 | * Copyright (C) 1999-2015 Ulrich Mller.
|
---|
15 | * This program is free software; you can redistribute it and/or modify
|
---|
16 | * it under the terms of the GNU General Public License as published by
|
---|
17 | * the Free Software Foundation, in version 2 as it comes in the COPYING
|
---|
18 | * file of the XFolder main distribution.
|
---|
19 | * This program is distributed in the hope that it will be useful,
|
---|
20 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
21 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
22 | * GNU General Public License for more details.
|
---|
23 | */
|
---|
24 |
|
---|
25 | #define BLDLEVEL_VENDOR "OS/2 Netlabs"
|
---|
26 | #define BLDLEVEL_VERSION "1.0.21"
|
---|
27 | #define BLDLEVEL_INFO "to be overridden"
|
---|
28 |
|
---|
29 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.