summaryrefslogtreecommitdiff
path: root/src/base/versioninfo.cpp.in
blob: 0e873d7b38a468386257da0b7974a78a53d5ccaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/******************************************************************************
 * Top contributors (to current version):
 *   Aina Niemetz
 *
 * This file is part of the cvc5 project.
 *
 * Copyright (c) 2009-2021 by the authors listed in the file AUTHORS
 * in the top-level source directory and their institutional affiliations.
 * All rights reserved.  See the file COPYING in the top-level source
 * directory for licensing information.
 * ****************************************************************************
 *
 * Compile version info from git.
 */

#include "base/configuration.h"

const bool ::cvc5::Configuration::GIT_BUILD = @GIT_BUILD@;
const bool ::cvc5::Configuration::CVC5_IS_RELEASE = @CVC5_IS_RELEASE@;
const char* const ::cvc5::Configuration::CVC5_VERSION = "@CVC5_VERSION@";
const char* const ::cvc5::Configuration::CVC5_FULL_VERSION = "@CVC5_FULL_VERSION@";
const char* const ::cvc5::Configuration::CVC5_GIT_INFO = "@CVC5_GIT_INFO@";
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback