version.h 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. /*====================================================================*
  2. *
  3. * version.h - package version definitions and declarations;
  4. *
  5. * Motley Tools by Charles Maier;
  6. * Copyright (c) 2001-2006 by Charles Maier Associates;
  7. * Licensed under the Internet Software Consortium License;
  8. *
  9. *--------------------------------------------------------------------*/
  10. #ifndef VERSION_HEADER
  11. #define VERSION_HEADER
  12. /*====================================================================*
  13. * constants;
  14. *--------------------------------------------------------------------*/
  15. #define COMPANY "Qualcomm Atheros, San Jose CA, USA"
  16. #define PACKAGE "Qualcomm Atheros Open Powerline Toolkit"
  17. #define PROJECT "open-plc-utils"
  18. #define VERSION "0.0.6"
  19. #define RELEASE "OSRQCA-929"
  20. #define CONTACT "https://github.com/qca/open-plc-utils"
  21. #define LICENSE "Clear BSD"
  22. /*====================================================================*
  23. * functions;
  24. *--------------------------------------------------------------------*/
  25. void version (void);
  26. /*====================================================================*
  27. *
  28. *--------------------------------------------------------------------*/
  29. #endif