diff options
author | B Stack <bgstack15@gmail.com> | 2021-09-24 15:22:11 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2021-09-24 15:22:11 -0400 |
commit | 3f3477e089e7fe51a67ba925b13559003e656c6d (patch) | |
tree | 978974205aa01724c02bd3a639a887f8d3b7a02e /extra | |
parent | fix x-forwarded-prefix header consumption (diff) | |
download | fuss-3f3477e089e7fe51a67ba925b13559003e656c6d.tar.gz fuss-3f3477e089e7fe51a67ba925b13559003e656c6d.tar.bz2 fuss-3f3477e089e7fe51a67ba925b13559003e656c6d.zip |
bump version string to 0.0.2
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Makefile | 2 | ||||
-rw-r--r-- | extra/fuss.spec | 5 |
2 files changed, 5 insertions, 2 deletions
diff --git a/extra/Makefile b/extra/Makefile index d18b75a..53e7b68 100644 --- a/extra/Makefile +++ b/extra/Makefile @@ -15,7 +15,7 @@ # build-devuan: APPNAME = fuss -APPVERSION = 0.0.1 +APPVERSION = 0.0.2 SRCDIR = $(CURDIR)/..# because Makefile is in extra/ inside this repo prefix = /usr SYSCONFDIR = $(DESTDIR)/etc diff --git a/extra/fuss.spec b/extra/fuss.spec index 3a76060..fcc9f8f 100644 --- a/extra/fuss.spec +++ b/extra/fuss.spec @@ -36,7 +36,7 @@ Summary: file upload and storage service web app Name: fuss -Version: 0.0.1 +Version: 0.0.2 Release: 1 License: GPL 3.0 Source0: %{name}_%{version}.orig.tar.gz @@ -164,5 +164,8 @@ exit 0 %{_defaultdocdir}/%{name} %changelog +* Fri Sep 24 2021 B. Stack <bgstack15@gmail.com> - 0.0.2-1 +- Upstream update + * Tue Jan 05 2021 B. Stack <bgstack15@gmail.com> - 0.0.1-1 - Initial release |