]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/nncp.go
MCD uses regexp instead of exact interface name
[nncp.git] / src / nncp.go
index e6ba59771f616d82ff3d04683013f60db7984b79..b9457d378b686e13dfbf7a47fbc95fcf0da711e5 100644 (file)
@@ -1,6 +1,6 @@
 /*
 NNCP -- Node to Node copy, utilities for store-and-forward data exchange
-Copyright (C) 2016-2021 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2016-2022 Sergey Matveev <stargrave@stargrave.org>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -40,7 +40,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.`
 const Base32Encoded32Len = 52
 
 var (
-       Version string = "7.7.0"
+       Version string = "8.4.0"
 
        Base32Codec *base32.Encoding = base32.StdEncoding.WithPadding(base32.NoPadding)
 )
@@ -51,7 +51,7 @@ func VersionGet() string {
 
 func UsageHeader() string {
        return VersionGet() + `
-Copyright (C) 2016-2021 Sergey Matveev
+Copyright (C) 2016-2022 Sergey Matveev
 License GPLv3: GNU GPL version 3 <http://gnu.org/licenses/gpl.html>
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.