diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 76e02a7..ea28465 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 3.1 +current_version = 3.2 parse = (?P\d+)\.(?P\d+)(\.(?P\d+)(\-(?P[a-z]+))?)? serialize = {major}.{minor} diff --git a/man/ustreamer-dump.1 b/man/ustreamer-dump.1 index 56df159..8427d53 100644 --- a/man/ustreamer-dump.1 +++ b/man/ustreamer-dump.1 @@ -1,6 +1,6 @@ .\" Manpage for ustreamer-dump. .\" Open an issue or pull request to https://github.com/pikvm/ustreamer to correct errors or typos -.TH USTREAMER-DUMP 1 "version 3.1" "January 2021" +.TH USTREAMER-DUMP 1 "version 3.2" "January 2021" .SH NAME ustreamer-dump \- Dump uStreamer's memory sink to file diff --git a/man/ustreamer.1 b/man/ustreamer.1 index 30068b5..18ca9b0 100644 --- a/man/ustreamer.1 +++ b/man/ustreamer.1 @@ -1,6 +1,6 @@ .\" Manpage for ustreamer. .\" Open an issue or pull request to https://github.com/pikvm/ustreamer to correct errors or typos -.TH USTREAMER 1 "version 3.1" "November 2020" +.TH USTREAMER 1 "version 3.2" "November 2020" .SH NAME ustreamer \- stream MJPG video from any V4L2 device to the network diff --git a/pkg/arch/PKGBUILD b/pkg/arch/PKGBUILD index 95912b1..af81e0c 100644 --- a/pkg/arch/PKGBUILD +++ b/pkg/arch/PKGBUILD @@ -3,7 +3,7 @@ pkgname=ustreamer -pkgver=3.1 +pkgver=3.2 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 d1ffa0c..fb1ce13 100644 --- a/pkg/openwrt/Makefile +++ b/pkg/openwrt/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ustreamer -PKG_VERSION:=3.1 +PKG_VERSION:=3.2 PKG_RELEASE:=1 PKG_MAINTAINER:=Maxim Devaev diff --git a/src/libs/config.h b/src/libs/config.h index 52fa5d9..ce943d6 100644 --- a/src/libs/config.h +++ b/src/libs/config.h @@ -23,5 +23,5 @@ #pragma once #ifndef VERSION -# define VERSION "3.1" +# define VERSION "3.2" #endif