diff --git a/Makefile b/Makefile index e97cbcc2..012ee7b2 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ ASSETS_SOURCES = $(shell find templates static) UNAME_S := $(shell uname -s) TARBALL_SOURCES = $(GO_SOURCES) Makefile README.md vmango.dist.conf vmango.service static/ templates/ vendor/ go.mod go.sum -VERSION = 0.9.1 +VERSION = 0.10.0 BUILD_LDFLAGS = -X subuk/vmango/web.AppVersion=$(VERSION) @@ -56,7 +56,7 @@ test: .PHONY: clean clean: - rm -rf web/assets_generated.go bin/ *.tar.gz *.tar.hz *.rpm *.deb *_source.buildinfo *_source.changes *_source.ppa.upload *.debian.tar.xz *.dsc + rm -rf web/assets_generated.go bin/ *.tar.gz *.tar.hz *.rpm *.deb *_source.buildinfo *_source.changes *_source.ppa.upload *.debian.tar.xz *.dsc *.spec -include Makefile.RPM.mk -include Makefile.DEB.mk diff --git a/debian/changelog b/debian/changelog index 1c56af55..8db6f347 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +vmango (0.10.0-1) unstable; urgency=medium + + * Update upstream to 0.10.0 + + -- Matvey Kruglov Sun, 24 Nov 2019 11:56:03 +0000 + vmango (0.9.1-1) unstable; urgency=medium * Update upstream to 0.9.1 diff --git a/vmango.spec.in b/vmango.spec.in index f7607667..b58a76e1 100644 --- a/vmango.spec.in +++ b/vmango.spec.in @@ -55,5 +55,8 @@ rm -rf $RPM_BUILD_ROOT %{_unitdir}/vmango.service %changelog +* Sun Nov 24 2019 11:56:03 +0000 Matvey Kruglov 0.10.0-1 +- Update upstream to 0.10.0 + * Sat Sep 7 2019 20:11:31 +0000 Matvey Kruglov 0.9.1-1 - Update upstream to 0.9.1