diff options
author | B. Stack <bgstack15@gmail.com> | 2023-11-06 13:21:19 -0500 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2023-11-06 13:21:19 -0500 |
commit | 7bbb2de1ae0dcdee00dac07b7f8ead46c9407ae3 (patch) | |
tree | a1a9855b4f8e19fff4641ba77b66fa3f40b28c72 /myautomount.spec | |
parent | v0.0.4 add floppy icon, reenable /browse/sdc1 format (diff) | |
download | myautomount-master.tar.gz myautomount-master.tar.bz2 myautomount-master.zip |
Diffstat (limited to 'myautomount.spec')
-rw-r--r-- | myautomount.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/myautomount.spec b/myautomount.spec index d401d85..d2dde2e 100644 --- a/myautomount.spec +++ b/myautomount.spec @@ -20,7 +20,7 @@ %global git_commit 0d5f8b7657527eab8380f5aa81ecd072714cf13c %{?git_commit:%global git_commit_hash %(c=%{git_commit}; echo ${c:0:7})} %else -%global git_commit 0.0.4 +%global git_commit 0.0.5 %endif %global releasenum 1 @@ -103,6 +103,9 @@ update-desktop-database 1>/dev/null 2>&1 || : %endif %changelog +* Mon Nov 06 2023 B. Stack <bgstack15@gmail.com> - 0.0.5-1 +- New version + * Sat Oct 14 2023 B. Stack <bgstack15@gmail.com> - 0.0.4-1 - New version |