diff --git a/docs/source/conf.py b/docs/source/conf.py index 1c6db1f..b68c31b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -61,9 +61,9 @@ author = 'The openNDS Contributors' # built documents. # # The short X.Y version. -version = '10.2.0' +version = '10.2.1beta' # The full version, including alpha/beta/rc tags. -release = '10.2.0' +release = '10.2.1beta' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/linux_openwrt/opennds/Makefile b/linux_openwrt/opennds/Makefile index 9a802e8..c3e6067 100644 --- a/linux_openwrt/opennds/Makefile +++ b/linux_openwrt/opennds/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=opennds -PKG_VERSION:=10.2.0 +PKG_VERSION:=10.2.1beta PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz diff --git a/src/conf.h b/src/conf.h index 423bf7f..987edcb 100644 --- a/src/conf.h +++ b/src/conf.h @@ -30,7 +30,7 @@ #ifndef _CONF_H_ #define _CONF_H_ -#define VERSION "10.2.0" +#define VERSION "10.2.1beta" /* * Defines how many times should we try detecting the interface with the default route (in seconds).