23#include <core/config.h>
55 return QString(
"\nHydrogen %1 [%2] [http://www.hydrogen-music.org]\nCopyright 2002-2008 Alessandro Cominu\nCopyright 2008-2025 The hydrogen development team\nHydrogen comes with ABSOLUTELY NO WARRANTY\nThis is free software, and you are welcome to redistribute it under certain conditions. See the file COPYING for details.\n" )
57 .arg( QString::fromStdString( __DATE__ ) );
#define H2CORE_VERSION_PATCH
Will contain the current patch version number of Hydrogen and is set by cmake.
#define H2CORE_VERSION_MAJOR
Will contain the current major version number of Hydrogen and is set by cmake.
#define H2CORE_VERSION_MINOR
Will contain the current minor version number of Hydrogen and is set by cmake.
#define H2CORE_VERSION
A concatenation of H2CORE_VERSION_MAJOR, H2CORE_VERSION_MINOR, H2CORE_VERSION_PATCH,...
std::string get_version()
Returns the current Hydrogen version string.
bool version_older_than(int major, int minor, int patch)
return true of the current version is older than the given values
static const std::string version