summaryrefslogtreecommitdiff
path: root/src/version.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-23 15:35:24 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-23 15:35:24 +0100
commit6c37cc1979b2a01205a888c4c98f3334685ee8dd (patch)
tree9de52a3053e57bdf79a7986319cb097b33e46b5c /src/version.h
parentb75d977a38f039fd68ed5d4055ae70b4bf631603 (diff)
Tidying.
Diffstat (limited to 'src/version.h')
-rw-r--r--src/version.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/version.h b/src/version.h
index 79258dba..12e36b2c 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2012-2016 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2012-2021 Carl Hetherington <cth@carlh.net>
This file is part of libdcp.
@@ -31,10 +31,18 @@
files in the program, then also delete it here.
*/
+
+/** @file src/version.h
+ * @brief Versioning variables that are written by the build system
+ */
+
+
namespace dcp {
+
extern char const * version;
extern char const * git_commit;
extern bool const built_with_debug;
+
}