File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1- FreeCom version 0.86 - WATCOMC [Dec 21 2024 ]
1+ FreeCom version 0.87 - WATCOMC [??? ]
Original file line number Diff line number Diff line change 11Begin3
22Title: FreeCom
3- Version: 0.86
4- Entered-date: Dec 31 2024
3+ Version: 0.87
4+ Entered-date: Mon DD 202Y
55Description: The FreeDOS Command Shell
66Keywords: freecom freedos command shell
77Author: freedos-devel@lists.sourceforge.net (developers)
Original file line number Diff line number Diff line change 4141#include "../err_fcts.h"
4242#include "../strings.h"
4343
44- const char shellver [] = "0.86 - "
44+ #include "../version.h"
45+ const char shellver [] = FREECOM_VERSION " - "
4546#if defined(__BORLANDC__ )
4647 "BORLANDC"
4748#elif defined(__TURBOC__ )
Original file line number Diff line number Diff line change 1+ #define FREECOM_VERSION "0.87"
You can’t perform that action at this time.
0 commit comments