// version.hpp (dummy for linter/IntelliSense) #pragma once #include namespace dropshell { extern const std::string VERSION; extern const std::string RELEASE_DATE; extern const std::string AUTHOR; extern const std::string LICENSE; }