diff --git a/appinfo/fdisk.lsm b/appinfo/fdisk.lsm index 15cd2fa..944436c 100644 --- a/appinfo/fdisk.lsm +++ b/appinfo/fdisk.lsm @@ -1,7 +1,7 @@ Begin3 Title: Free FDISK -Version: 1.3.15 -Entered-date: 2024-05-26 +Version: 1.3.16 +Entered-date: 2024-08-04 Description: Fixed disk partition tool Summary: Fixed disk partition tool to create, delete and view hard disk partitions. diff --git a/source/fdisk/Makefile b/source/fdisk/Makefile index 62362ac..b9f2403 100644 --- a/source/fdisk/Makefile +++ b/source/fdisk/Makefile @@ -113,7 +113,7 @@ fdisk.lnk : Makefile zip -9rkDX fdisk.zip -@ < source/fdisk/zipfiles.txt cd source/fdisk -../../fdisk.svp : fdisk.exe +../../fdisk.svp : ../../fdisk.zip cd ../.. mkdir svardos mkdir svardos$(SEP)bin diff --git a/source/fdisk/main.h b/source/fdisk/main.h index 8c8129b..1c6061d 100644 --- a/source/fdisk/main.h +++ b/source/fdisk/main.h @@ -4,7 +4,7 @@ #define FD_NAME "Free FDISK" #endif -#define VERSION "1.3.15" +#define VERSION "1.3.16" #define COPYLEFT "1998 - 2024" #define SIZE_OF_IPL ( 512 - 4 * 16 - 2 - 6 )