diff --git a/docs/source/conf.py b/docs/source/conf.py index bf449e9..afd9dba 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -60,9 +60,9 @@ author = 'The Nodogsplash Contributors' # built documents. # # The short X.Y version. -version = '4.3.1' +version = '4.3.2beta' # The full version, including alpha/beta/rc tags. -release = '4.3.1' +release = '4.3.2beta' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/openwrt/nodogsplash/Makefile b/openwrt/nodogsplash/Makefile index c01784e..1b3d590 100644 --- a/openwrt/nodogsplash/Makefile +++ b/openwrt/nodogsplash/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nodogsplash PKG_FIXUP:=autoreconf -PKG_VERSION:=4.3.1 +PKG_VERSION:=4.3.2beta PKG_RELEASE:=1 PKG_SOURCE_URL:=https://codeload.github.com/nodogsplash/nodogsplash/tar.gz/v$(PKG_VERSION)? diff --git a/src/conf.h b/src/conf.h index e365657..364f9d0 100644 --- a/src/conf.h +++ b/src/conf.h @@ -29,7 +29,7 @@ #ifndef _CONF_H_ #define _CONF_H_ -#define VERSION "4.3.1" +#define VERSION "4.3.2beta" /*@{*/ /** Defines */