Correct Mumble version layout documentation

This commit is contained in:
Brandon McGinty (chatgpt)
2026-08-09 14:23:27 -04:00
committed by Brandon McGinty
parent c36305cb38
commit cbb0fc83c5
+2 -2
View File
@@ -4,8 +4,8 @@ package gumble
type Version struct {
// The semantic version information as a single unsigned integer.
//
// Bits 0-15 are the major version, bits 16-23 are the minor version, and
// bits 24-31 are the patch version.
// Bits 16-31 are the major version, bits 8-15 are the minor version, and
// bits 0-7 are the patch version.
Version uint32
// The name of the client.
Release string