https://bugs.freedesktop.org/show_bug.cgi?id=76093
Andras Timar <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |NOTABUG --- Comment #1 from Andras Timar <[email protected]> --- On the contrary, it is the "build number" which did not make sense. Now =INFO("release") returns the build identifier, the SHA256 hash in git, which uniquely identifies the source code state from which the binary was built. The "build number" did not identify anything in LibreOffice, it was a legacy from Star Division. =INFO("version") is identical to =INFO("release"), because in fact =INFO("version") is the French translation of =INFO("release") and we have it for compatibility with MS Excel. I think using INFO function is not very useful. It is there for compatibility reasons. If you are interested in version number, you can query it from configuration data with a few lines of Basic. See e.g.: http://www.oooforum.org/forum/viewtopic.phtml?t=10003&highlight=getsolarversion -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
