version.c 542 B

12345678910111213141516
  1. /*
  2. * Copyright 2014 Luke Dashjr
  3. *
  4. * This program is free software; you can redistribute it and/or modify it
  5. * under the terms of the GNU General Public License as published by the Free
  6. * Software Foundation; either version 3 of the License, or (at your option)
  7. * any later version. See COPYING for more details.
  8. */
  9. #include "config.h"
  10. #include "version.h"
  11. const char * const bfgminer_name_space_ver = PACKAGE " " VERSION;
  12. const char * const bfgminer_name_slash_ver = PACKAGE "/" VERSION;
  13. const char * const bfgminer_ver = VERSION;