Bump to v10.1.3 for release

Signed-off-by: Rob White <rob@blue-wave.net>
This commit is contained in:
Rob White
2023-08-27 21:25:09 +01:00
parent 4032ab3fd1
commit fff6cf64fc
3 changed files with 5 additions and 5 deletions

View File

@@ -60,9 +60,9 @@ author = 'The openNDS Contributors'
# built documents.
#
# The short X.Y version.
version = '10.1.3beta'
version = '10.1.3'
# The full version, including alpha/beta/rc tags.
release = '10.1.3beta'
release = '10.1.3'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.

View File

@@ -6,7 +6,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=opennds
PKG_VERSION:=10.1.2
PKG_VERSION:=10.1.3
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz

View File

@@ -30,7 +30,7 @@
#ifndef _CONF_H_
#define _CONF_H_
#define VERSION "10.1.3beta"
#define VERSION "10.1.3"
/*
* Defines how many times should we try detecting the interface with the default route (in seconds).
@@ -265,7 +265,7 @@ typedef struct {
char *authentication_mark; //@brief Padded authentication mark
unsigned int fw_mark_trusted; //@brief nftables mark for trusted packets
int ip6; //@brief enable IPv6
char *binauth; //@brief external authentication program
char *binauth; //@brief external postauthentication program
char *preauth; //@brief external preauthentication program
int lockfd; //@brief ndsctl lockfile file descriptor
} s_config;