ryujin 2.1.1 revision ef0fcd4010d109b860652ece4a7b8963fb7d46b1
version_info.h
Go to the documentation of this file.
1//
2// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
3// Copyright (C) 2024 by the ryujin authors
4//
5
6#pragma once
7
8#include <compile_time_options.h>
9
10#include <ostream>
11
12namespace ryujin
13{
17 void print_revision_and_version(std::ostream &stream);
18} // namespace ryujin
void print_revision_and_version(std::ostream &stream)