From b3c8071edbfbf6594295adbd98e08568ddd122aa Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Thu, 9 May 2019 18:51:27 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.72=20=E2=86=92=200.73?= 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 660f7f9..e6cf8c6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 0.72 +current_version = 0.73 parse = (?P\d+)\.(?P\d+)(\.(?P\d+)(\-(?P[a-z]+))?)? serialize = {major}.{minor} diff --git a/pkg/arch/PKGBUILD b/pkg/arch/PKGBUILD index 0fd2d53..5a47ddc 100644 --- a/pkg/arch/PKGBUILD +++ b/pkg/arch/PKGBUILD @@ -3,7 +3,7 @@ pkgname=ustreamer -pkgver=0.72 +pkgver=0.73 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 40e8ce3..3b0d452 100644 --- a/pkg/openwrt/Makefile +++ b/pkg/openwrt/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ustreamer -PKG_VERSION:=0.72 +PKG_VERSION:=0.73 PKG_RELEASE:=1 PKG_MAINTAINER:=Maxim Devaev diff --git a/src/config.h b/src/config.h index c5f3065..4c596b9 100644 --- a/src/config.h +++ b/src/config.h @@ -22,4 +22,4 @@ #pragma once -#define VERSION "0.72" +#define VERSION "0.73"