Skip to content

Commit 09f4a47

Browse files
committed
update version in git, 0.87 - unreleased next version
1 parent d2fc51c commit 09f4a47

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

VERSION.TXT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FreeCom version 0.86 - WATCOMC [Dec 21 2024]
1+
FreeCom version 0.87 - WATCOMC [???]

command.lsm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Begin3
22
Title: FreeCom
3-
Version: 0.86
4-
Entered-date: Dec 31 2024
3+
Version: 0.87
4+
Entered-date: Mon DD 202Y
55
Description: The FreeDOS Command Shell
66
Keywords: freecom freedos command shell
77
Author: freedos-devel@lists.sourceforge.net (developers)

shell/ver.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
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__)

version.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#define FREECOM_VERSION "0.87"

0 commit comments

Comments
 (0)