From c8d8499ac4e8a8ce1e4c127c6199abf482733cf7 Mon Sep 17 00:00:00 2001 From: YourFritz Date: Tue, 12 Mar 2019 16:44:02 +0100 Subject: [PATCH] modfs: new version 0.5.4 - integrates all changes to the 'beta' branch since autumn 2018 - the 'beta' branch gets restarted for the next release --- .version | 2 +- modfs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 9913b08..7d85683 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -0.5.3-beta +0.5.4 diff --git a/modfs b/modfs index b0d42d9..16ece8f 100755 --- a/modfs +++ b/modfs @@ -163,7 +163,7 @@ nativefilesystems="tmpfs ext2 ext3 ext4 yaffs2" # # our "internal" constants # -modfs_version=0.5.3-beta-070320191712 +modfs_version=0.5.4-120320191643 modfs_comment="please look at https://github.com/PeterPawn/modfs for further info" bindirname="bin" localedirname="locale"