You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version string != available features. This is mostly useful for about dialogs, bug reports, etc. For instance, I'd like to display some library versions in AppImageLauncher's settings dialog to ease bug reporting in the future.
To me, returning the contents of a #define would be fine, too, but the abstraction of having a function allows for future changes (e.g., adding feature names or so to the version string (not for use to check for features)).
When #124 is done, we should add a method returning a version string for use on runtime. Might come in handy when displaying versions.
The text was updated successfully, but these errors were encountered: