From 1a812a14c69e1990b6ca674659d0f166a99fc801 Mon Sep 17 00:00:00 2001 From: "Rustem Gimadutdinov (rgimad)" Date: Thu, 16 Apr 2020 21:53:23 +0000 Subject: [PATCH] change version to 0.8 git-svn-id: svn://kolibrios.org@7803 a494cfbc-eb01-0410-851d-a64ba20cac60 --- programs/system/shell/globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/system/shell/globals.h b/programs/system/shell/globals.h index 5480c09bd7..b27c30316d 100644 --- a/programs/system/shell/globals.h +++ b/programs/system/shell/globals.h @@ -1,5 +1,5 @@ -#define SHELL_VERSION "0.7.9" +#define SHELL_VERSION "0.8" extern char PATH[256]; extern char PARAM[256];