From 0ac9f77619cef54d55e632c334893b55ad861289 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Tue, 1 Sep 2020 07:57:09 +0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.23=20=E2=86=92=201.24?= 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 98db073..854d4d7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 1.23 +current_version = 1.24 parse = (?P\d+)\.(?P\d+)(\.(?P\d+)(\-(?P[a-z]+))?)? serialize = {major}.{minor} diff --git a/pkg/arch/PKGBUILD b/pkg/arch/PKGBUILD index 3dfca9f..0379c7e 100644 --- a/pkg/arch/PKGBUILD +++ b/pkg/arch/PKGBUILD @@ -3,7 +3,7 @@ pkgname=ustreamer -pkgver=1.23 +pkgver=1.24 pkgrel=1 pkgdesc="Lightweight and fast MJPG-HTTP streamer" url="https://github.com/pikvm/ustreamer" diff --git a/pkg/openwrt/Makefile b/pkg/openwrt/Makefile index e98013b..d327ecb 100644 --- a/pkg/openwrt/Makefile +++ b/pkg/openwrt/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ustreamer -PKG_VERSION:=1.23 +PKG_VERSION:=1.24 PKG_RELEASE:=1 PKG_MAINTAINER:=Maxim Devaev diff --git a/src/config.h b/src/config.h index 60d3530..b6580d8 100644 --- a/src/config.h +++ b/src/config.h @@ -23,5 +23,5 @@ #pragma once #ifndef VERSION -# define VERSION "1.23" +# define VERSION "1.24" #endif