// Versioning, should be kept current :) // This is included in main.cpp //! This is the fallback version number in case we can't autogenerate one quasselBaseVersion = "0.3.0-pre"; protocolVersion = 1; //< Version of the client/core protocol coreNeedsProtocol = 1; //< Minimum protocol version the core needs clientNeedsProtocol = 1; //< Minimum protocol version the client needs