diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9ab1012..660f7f9 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 0.71 +current_version = 0.72 parse = (?P\d+)\.(?P\d+)(\.(?P\d+)(\-(?P[a-z]+))?)? serialize = {major}.{minor} diff --git a/pkg/arch/PKGBUILD b/pkg/arch/PKGBUILD index 9f9a230..0fd2d53 100644 --- a/pkg/arch/PKGBUILD +++ b/pkg/arch/PKGBUILD @@ -3,7 +3,7 @@ pkgname=ustreamer -pkgver=0.71 +pkgver=0.72 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 7805f49..40e8ce3 100644 --- a/pkg/openwrt/Makefile +++ b/pkg/openwrt/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ustreamer -PKG_VERSION:=0.71 +PKG_VERSION:=0.72 PKG_RELEASE:=1 PKG_MAINTAINER:=Maxim Devaev diff --git a/src/config.h b/src/config.h index 75386a1..c5f3065 100644 --- a/src/config.h +++ b/src/config.h @@ -22,4 +22,4 @@ #pragma once -#define VERSION "0.71" +#define VERSION "0.72"