diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f9c3dcd..f0a1b02 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 1.17 +current_version = 1.18 parse = (?P\d+)\.(?P\d+)(\.(?P\d+)(\-(?P[a-z]+))?)? serialize = {major}.{minor} @@ -17,4 +17,3 @@ replace = pkgver={new_version} [bumpversion:file:pkg/openwrt/Makefile] search = PKG_VERSION:={current_version} replace = PKG_VERSION:={new_version} - diff --git a/pkg/arch/PKGBUILD b/pkg/arch/PKGBUILD index 9c6a15b..1df4084 100644 --- a/pkg/arch/PKGBUILD +++ b/pkg/arch/PKGBUILD @@ -3,7 +3,7 @@ pkgname=ustreamer -pkgver=1.17 +pkgver=1.18 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 0ccb1e9..a81ab88 100644 --- a/pkg/openwrt/Makefile +++ b/pkg/openwrt/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ustreamer -PKG_VERSION:=1.17 +PKG_VERSION:=1.18 PKG_RELEASE:=1 PKG_MAINTAINER:=Maxim Devaev diff --git a/src/config.h b/src/config.h index 8fe0814..baa277d 100644 --- a/src/config.h +++ b/src/config.h @@ -23,5 +23,5 @@ #pragma once #ifndef VERSION -# define VERSION "1.17" +# define VERSION "1.18" #endif