SaschaWillems / glCapsViewer

C++ port of the OpenGL hardware capability viewer
GNU Lesser General Public License v3.0
103 stars 28 forks source link

Should probably use uname(1) utsname.version, not utsname.release #29

Open baryluk opened 4 years ago

baryluk commented 4 years ago
$ uname -a
Linux debian 5.6.0-1-amd64 #1 SMP Debian 5.6.7-1 (2020-04-29) x86_64 GNU/Linux
$ uname -v
#1 SMP Debian 5.6.7-1 (2020-04-29)
r$ uname -r
5.6.0-1-amd64
$
Linux version 5.6.0-1-amd64 (debian-kernel@lists.debian.org) (gcc version 9.3.0 (Debian 9.3.0-11)) #1 SMP Debian 5.6.7-1 (2020-04-29)

The 5.6.0 is not a version of the kernel, it is just a release of the kernel package in Debian. The actual kernel version is 5.6.7 (+ patches).