#pragma once // DUMMY VERSION - replaced by build process. #include namespace dropshell { // Version information const std::string VERSION = "DEV"; const std::string RELEASE_DATE = "NEVER"; const std::string AUTHOR = "j842"; const std::string LICENSE = "MIT"; } // namespace dropshell