aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/installer/fetcher/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'installer/fetcher/version.h')
-rw-r--r--installer/fetcher/version.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/installer/fetcher/version.h b/installer/fetcher/version.h
new file mode 100644
index 00000000..dd6f54d1
--- /dev/null
+++ b/installer/fetcher/version.h
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: GPL-2.0
+ *
+ * Copyright (C) 2020-2022 Jason A. Donenfeld. All Rights Reserved.
+ */
+
+#ifndef _VERSION_H
+#define _VERSION_H
+
+#define VERSION_STR "1.0"
+#define VERSION_ARRAY 1,0,0,0
+
+#endif