Browse Source

Actually add version.c file

Luke Dashjr 11 years ago
parent
commit
235ac212e9
1 changed files with 16 additions and 0 deletions
  1. 16 0
      version.c

+ 16 - 0
version.c

@@ -0,0 +1,16 @@
+/*
+ * Copyright 2014 Luke Dashjr
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the Free
+ * Software Foundation; either version 3 of the License, or (at your option)
+ * any later version.  See COPYING for more details.
+ */
+
+#include "config.h"
+
+#include "version.h"
+
+const char * const bfgminer_name_space_ver = PACKAGE " " VERSION;
+const char * const bfgminer_name_slash_ver = PACKAGE "/" VERSION;
+const char * const bfgminer_ver = VERSION;