summaryrefslogtreecommitdiff
path: root/src/base/git_versioninfo.cpp.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/git_versioninfo.cpp.in')
-rw-r--r--src/base/git_versioninfo.cpp.in30
1 files changed, 14 insertions, 16 deletions
diff --git a/src/base/git_versioninfo.cpp.in b/src/base/git_versioninfo.cpp.in
index 1f8c82ee8..3db99fe15 100644
--- a/src/base/git_versioninfo.cpp.in
+++ b/src/base/git_versioninfo.cpp.in
@@ -1,19 +1,17 @@
-/********************* */
-/*! \file git_versioninfo.cpp.in
- ** \verbatim
- ** Top contributors (to current version):
- ** Aina Niemetz, Mathias Preiner
- ** This file is part of the CVC4 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.\endverbatim
- **
- ** \brief [[ Add one-line brief description here ]]
- **
- ** [[ Add lengthier description here ]]
- ** \todo document this file
- **/
+/******************************************************************************
+ * 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::IS_GIT_BUILD = @GIT_BUILD@;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback