From 76ba25607bb6654034cf466272ed6ea87153fa25 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Sat, 13 Jul 2019 00:30:13 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.79=20=E2=86=92=200.80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- pkg/arch/PKGBUILD | 2 +- pkg/openwrt/Makefile | 2 +- src/config.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c3f6a09..b7f122a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 0.79 +current_version = 0.80 parse = (?P\d+)\.(?P\d+)(\.(?P\d+)(\-(?P[a-z]+))?)? serialize = {major}.{minor} diff --git a/pkg/arch/PKGBUILD b/pkg/arch/PKGBUILD index a80d127..1a716bb 100644 --- a/pkg/arch/PKGBUILD +++ b/pkg/arch/PKGBUILD @@ -3,7 +3,7 @@ pkgname=ustreamer -pkgver=0.79 +pkgver=0.80 pkgrel=1 pkgdesc="Lightweight and fast MJPG-HTTP streamer" url="https://github.com/pi-kvm/ustreamer" diff --git a/pkg/openwrt/Makefile b/pkg/openwrt/Makefile index a61607e..8f82808 100644 --- a/pkg/openwrt/Makefile +++ b/pkg/openwrt/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ustreamer -PKG_VERSION:=0.79 +PKG_VERSION:=0.80 PKG_RELEASE:=1 PKG_MAINTAINER:=Maxim Devaev diff --git a/src/config.h b/src/config.h index 6801a2c..dd69ad8 100644 --- a/src/config.h +++ b/src/config.h @@ -23,5 +23,5 @@ #pragma once #ifndef VERSION -# define VERSION "0.79" +# define VERSION "0.80" #endif