I moved to KiCAD Linux version recently from Win10. I’m confused as to which version I actually have on my machine. I added the following PPA’s to my updates.
When I look at the version information in the ABOUT menu item I see a version 6.0.0 as below. So what version am I using and updating when using apt-get?
Application: kicad Version: 6.0.0-rc1-unknown-d4e4359~66~ubuntu16.04.1, release build
Libraries:
wxWidgets 3.0.2
libcurl/7.47.0 OpenSSL/1.0.2g zlib/1.2.8 libidn/1.32 librtmp/2.3
Platform: Linux 4.4.0-127-generic x86_64, 64 bit, Little endian, wxGTK
Build Info:
wxWidgets: 3.0.2 (wchar_t,wx containers,compatible with 2.8) GTK+ 2.24
Boost: 1.58.0
OpenCASCADE Community Edition: 6.8.0
Curl: 7.47.0
Compiler: GCC 5.4.0 with C++ ABI 1009
They are nightly builds of “KiCad latest”, which is not v5, nor is it really v6.0.0. However, the packaging needs a version number, so it has been tagged “v6.0.0-rc1”. But nightlies are not releases, so the tag is basically meaningless.
For now, “6.0.0-rc1” just means “a nightly build of master”.