Skip to content

Commit

Permalink
Merge pull request #114 from lynxis/master
Browse files Browse the repository at this point in the history
drop build timestamp #define COMPILE
  • Loading branch information
ch-aurich authored Dec 13, 2017
2 parents 108271a + 67ccee6 commit 69d0563
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion docbook/version.h.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
#define PROJECT "open-plc-utils"
#define VERSION "0.0.6"
#define RELEASE "OSRQCA-929"
#define COMPILE __TIME__ " " __DATE__
#define CONTACT "[email protected]"
#define LICENSE "Clear BSD"

Expand Down
3 changes: 1 addition & 2 deletions tools/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ void version ()
printf (VERSION " ");
printf (RELEASE " ");
printf ("ISO C ");
printf (COMPANY " ");
printf (COMPILE "\n");
printf (COMPANY "\n");
return;
}

Expand Down
1 change: 0 additions & 1 deletion tools/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#define PROJECT "open-plc-utils"
#define VERSION "0.0.6"
#define RELEASE "OSRQCA-929"
#define COMPILE __TIME__ " " __DATE__
#define CONTACT "https://github.com/qca/open-plc-utils"
#define LICENSE "Clear BSD"

Expand Down

0 comments on commit 69d0563

Please sign in to comment.