diff options
author | B. Stack <bgstack15@gmail.com> | 2023-10-14 15:33:40 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2023-10-14 15:33:40 -0400 |
commit | 021a4b5a438960b25ea644984895ce672a9756f4 (patch) | |
tree | 2840b448f01b84fd3c416e91a1a128596c6c4be7 /src/Makefile | |
parent | add _service to scm (diff) | |
download | myautomount-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/Makefile | 2 |
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 |