Updates - for release

Signed-off-by: Rob White <rob@blue-wave.net>
This commit is contained in:
Rob White
2023-10-29 20:41:44 +00:00
parent 62cc652655
commit acc6121289
3 changed files with 4 additions and 3 deletions

View File

@@ -2,6 +2,7 @@ What's New? - ChangeLog
#######################
opennds (10.2.0)
* Add - urandom hash to key generation [bluewavenet]
* Fix - Fix - duplicate users_to_router rules [bluewavenet]
* Add - Automatic dns resolution of fas_remotefqdn in nftables rules [bluewavenet]
* Add - flowtables rules [bluewavenet]

View File

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

View File

@@ -30,7 +30,7 @@
#ifndef _CONF_H_
#define _CONF_H_
#define VERSION "10.2.0beta"
#define VERSION "10.2.0"
/*
* Defines how many times should we try detecting the interface with the default route (in seconds).