aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-10-04 16:43:25 -0400
committerB. Stack <bgstack15@gmail.com>2023-10-04 16:43:25 -0400
commitbec3fe5e41aba343b4397fd897d6cb9b6c0a0463 (patch)
tree847549bdd43109a8256251719ca0408cd271b815 /src/Makefile
parentv0.0.2 improve autofs flags to handle ext4 mounts (diff)
downloadmyautomount-bec3fe5e41aba343b4397fd897d6cb9b6c0a0463.tar.gz
myautomount-bec3fe5e41aba343b4397fd897d6cb9b6c0a0463.tar.bz2
myautomount-bec3fe5e41aba343b4397fd897d6cb9b6c0a0463.zip
v0.0.3 add fs_type to automount path
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index ac6bc46..14e83af 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -14,7 +14,7 @@
# build-devuan: txt2man, bgscripts-core
APPNAME = myautomount
-APPVERSION = 0.0.2
+APPVERSION = 0.0.3
SRCDIR = $(CURDIR)
prefix = /usr
SYSCONFDIR = $(DESTDIR)/etc
bgstack15