Revision 6956,
519 bytes
checked in by probe, 31 years ago
(diff) |
Initial revision
|
Rev | Line | |
---|
[6956] | 1 | /* |
---|
| 2 | * |
---|
| 3 | * Copyright (C) 1989 by the Massachusetts Institute of Technology |
---|
| 4 | * Developed by the MIT Student Information Processing Board (SIPB). |
---|
| 5 | * For copying information, see the file mit-copyright.h in this release. |
---|
| 6 | * |
---|
| 7 | */ |
---|
| 8 | /* |
---|
| 9 | * |
---|
| 10 | * version.c --- contains the version strings |
---|
| 11 | * |
---|
| 12 | */ |
---|
| 13 | |
---|
| 14 | #include "./edsc.h" |
---|
| 15 | #include "./version.h" |
---|
| 16 | |
---|
| 17 | #ifdef EDSC_CACHE |
---|
| 18 | #define PROTOCOL_VERSION "25" |
---|
| 19 | #else |
---|
| 20 | #define PROTOCOL_VERSION "24" |
---|
| 21 | #endif |
---|
| 22 | |
---|
| 23 | char *edsc_protocol_version = PROTOCOL_VERSION; |
---|
| 24 | char *edsc_version_string = VERSION_STRING; |
---|
Note: See
TracBrowser
for help on using the repository browser.