5
Does anyone know the meaning of the letter "m" at the end of the Google Chrome version? I looked for answers in other places, but I still didn’t get good information.
Ex. 32.0.1700.102 m
Thanks in advance for your attention.
5
Does anyone know the meaning of the letter "m" at the end of the Google Chrome version? I looked for answers in other places, but I still didn’t get good information.
Ex. 32.0.1700.102 m
Thanks in advance for your attention.
15
"m" means "multi-install".
View the snippet from the Google Chrome source code:
// Return a human readable modifier for the version string, e.g.
// the channel (dev, beta, stable). Returns true if this operation succeeded,
// on success, channel contains one of "", "unknown", "dev" or "beta" (unless
// it is a multi-install product, in which case it will return "m",
// "unknown-m", "dev-m", or "beta-m").
static bool GetChromeChannelAndModifiers(bool system_install,
base::string16* channel);
Source: https://src.chromium.org/viewvc/chrome/trunk/src/chrome/installer/util/google_update_settings.h#l179
Browser other questions tagged google-chrome
You are not signed in. Login or sign up in order to post.