mirror of
https://github.com/openNDS/openNDS.git
synced 2026-01-10 04:17:55 -05:00
Bump to v10.1.3 for release
Signed-off-by: Rob White <rob@blue-wave.net>
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user