mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-05 10:13:15 +00:00
15 lines
371 B
C++
15 lines
371 B
C++
/*
|
|
* \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; }
|