/* * \brief Provide version informaion (core-only) * \author Christian Helmuth * \date 2014-04-11 */ /* * Copyright (C) 2014-2017 Genode Labs GmbH * * This file is part of the Genode OS framework, which is distributed * under the terms of the GNU Affero General Public License version 3. */ namespace Genode { char const *version_string = GENODE_VERSION; }