dcrd/internal/version
Dave Collins 5ae5760010
version: Use uint32 for major/minor/patch.
This modifies the semver handling to specifically use uint32 instead of
architecture-dependent uint so bounds checking is consistent across
architectures and only needs to be done in one place.
2021-11-10 07:08:23 -06:00
..
README.md multi: replace godoc.org with pkg.go.dev 2020-02-18 19:35:19 -06:00
version_test.go version: Use uint32 for major/minor/patch. 2021-11-10 07:08:23 -06:00
version.go version: Use uint32 for major/minor/patch. 2021-11-10 07:08:23 -06:00

version

Build Status ISC License Doc

Package version provides a single location to house the version information for dcrd and other utilities provided in the same repository.

Installation and Updating

This package is internal and therefore is neither directly installed nor needs to be manually updated.

License

Package version is licensed under the copyfree ISC License.