aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-10-14 15:33:40 -0400
committerB. Stack <bgstack15@gmail.com>2023-10-14 15:33:40 -0400
commit021a4b5a438960b25ea644984895ce672a9756f4 (patch)
tree2840b448f01b84fd3c416e91a1a128596c6c4be7 /src/Makefile
parentadd _service to scm (diff)
downloadmyautomount-021a4b5a438960b25ea644984895ce672a9756f4.tar.gz
myautomount-021a4b5a438960b25ea644984895ce672a9756f4.tar.bz2
myautomount-021a4b5a438960b25ea644984895ce672a9756f4.zip
v0.0.4 add floppy icon, reenable /browse/sdc1 format
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 14e83af..0192a23 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -14,7 +14,7 @@
# build-devuan: txt2man, bgscripts-core
APPNAME = myautomount
-APPVERSION = 0.0.3
+APPVERSION = 0.0.4
SRCDIR = $(CURDIR)
prefix = /usr
SYSCONFDIR = $(DESTDIR)/etc
bgstack15