What is Gnome's "master" runtime version?

G’day!

I’m coming from PyCharm and have created a new project in Builder to put a GTK front end on my current project. In the new manifest I have this:

runtime" : "org.gnome.Platform",
"runtime-version" : "master",
"sdk" : "org.gnome.Sdk",

How do I find out what the “master” version is?

Thanks again,

J.R.

1 Like

Given I have the latest Adwaita library, I’m guessing this builds against the master branch in git?

I’ve switched to "runtime-version" : "46", the latest release so all good.

The “master” version is always the development version of GNOME.

For stable versions, you should use the version number, e.g. “46”, “45”, etc.

If you want to know the currently supported versions, you can use the release calendar.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.