From: svenhoefer Date: Wed, 21 Sep 2016 21:01:18 +0000 (+0200) Subject: - shellexec: update version string X-Git-Url: https://git.webhop.me/?a=commitdiff_plain;h=cd4ef37d710d3e863c7c2b5695b7863608571df9;p=shellexec.git - shellexec: update version string --- diff --git a/shellexec.c b/shellexec.c index 8630677..17cfcd6 100644 --- a/shellexec.c +++ b/shellexec.c @@ -6,6 +6,8 @@ #include "io.h" #include "gfx.h" +#define SH_VERSION 1.30 + static char CFG_FILE[128]="/var/tuxbox/config/shellexec.conf"; //#define FONT "/usr/share/fonts/md_khmurabi_10.ttf" @@ -47,7 +49,7 @@ static char spres[][5]={"","_crt","_lcd"}; #define LIST_STEP 10 #define BUFSIZE 4095 -#define SH_VERSION 1.21 + typedef struct {int fnum; FILE *fh[16];} FSTRUCT, *PFSTRUCT; static int direct[32];