]> git.webhop.me Git - shellexec.git/commitdiff
- shellexec: update version string
authorsvenhoefer <svenhoefer@svenhoefer.com>
Wed, 21 Sep 2016 21:01:18 +0000 (23:01 +0200)
committersvenhoefer <svenhoefer@svenhoefer.com>
Wed, 21 Sep 2016 21:01:18 +0000 (23:01 +0200)
shellexec.c

index 863067724a2cedd506905b15400001d34a2a8f29..17cfcd64528dd871f08ba74f8ea2c5ad183d64eb 100644 (file)
@@ -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];