You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

37 lines
1.5 KiB

  1. Index: open-plc-utils-2017-01-15/docbook/version.h.html
  2. ===================================================================
  3. --- open-plc-utils-2017-01-15.orig/docbook/version.h.html 2017-01-13 19:44:27.000000000 +0100
  4. +++ open-plc-utils-2017-01-15/docbook/version.h.html 2017-12-03 03:46:31.119387280 +0100
  5. @@ -40,7 +40,6 @@
  6. #define PROJECT "open-plc-utils"
  7. #define VERSION "0.0.6"
  8. #define RELEASE "OSRQCA-929"
  9. -#define COMPILE __TIME__ " " __DATE__
  10. #define CONTACT "cmaier@qca.qualcomm.com"
  11. #define LICENSE "Clear BSD"
  12. Index: open-plc-utils-2017-01-15/tools/version.c
  13. ===================================================================
  14. --- open-plc-utils-2017-01-15.orig/tools/version.c 2017-01-13 19:44:27.000000000 +0100
  15. +++ open-plc-utils-2017-01-15/tools/version.c 2017-12-03 03:45:57.358690651 +0100
  16. @@ -30,7 +30,6 @@
  17. printf (RELEASE " ");
  18. printf ("ISO C ");
  19. - printf (COMPANY " ");
  20. + printf (COMPANY "\n");
  21. - printf (COMPILE "\n");
  22. return;
  23. }
  24. Index: open-plc-utils-2017-01-15/tools/version.h
  25. ===================================================================
  26. --- open-plc-utils-2017-01-15.orig/tools/version.h 2017-01-13 19:44:27.000000000 +0100
  27. +++ open-plc-utils-2017-01-15/tools/version.h 2017-12-03 03:46:08.902929217 +0100
  28. @@ -20,7 +20,6 @@
  29. #define PROJECT "open-plc-utils"
  30. #define VERSION "0.0.6"
  31. #define RELEASE "OSRQCA-929"
  32. -#define COMPILE __TIME__ " " __DATE__
  33. #define CONTACT "https://github.com/qca/open-plc-utils"
  34. #define LICENSE "Clear BSD"