Zellij
All Classes Files Functions Variables Typedefs Enumerations Enumerator Pages
ZE_Version.h
Go to the documentation of this file.
1// Copyright(C) 2021, 2022, 2023 National Technology & Engineering Solutions
2// of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with
3// NTESS, the U.S. Government retains certain rights in this software.
4//
5// See packages/seacas/LICENSE for details
6#pragma once
7#include <array>
8#include <string>
9
10static std::array<std::string, 3> qainfo{
11 "zellij",
12 "2023/01/11",
13 "1.5.4",
14};