]> Cypherpunks.ru repositories - nncp.git/blobdiff - src/nncp.go
Move to redo build system
[nncp.git] / src / nncp.go
index 93e4446aa6e87425fd09764a719219ef2d84970b..d27ed0acdeade8796ed82e28d0eeb7c00f17970d 100644 (file)
@@ -19,6 +19,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 package nncp
 
 import (
+       "encoding/base32"
        "runtime"
 )
 
@@ -37,7 +38,9 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.`
 )
 
 var (
-       Version string = "UNKNOWN"
+       Version string = "5.4.0"
+
+       Base32Codec *base32.Encoding = base32.StdEncoding.WithPadding(base32.NoPadding)
 )
 
 func VersionGet() string {