Commit graph

14 commits

Author SHA1 Message Date
a480833a3b Increment patch level 2024-05-23 05:13:27 +02:00
50f81b0767 Remove version number from Makefile, add version macros
Fixes #2
2023-12-27 18:56:33 +01:00
cf577044a0 Disable syslog by default and adjust command line option processing accordingly.
Fixes #1
2023-12-27 03:16:42 +01:00
a785fb5e08 It turned out to be a bad idea to determine the version number based on the git tag. This doesn't work for builds relying on a downloaded release .tar.gz 2023-12-26 23:21:37 +01:00
588b06ad51 Revert previous commits 2023-12-26 23:08:20 +01:00
ab5fd97eb5 Move undefined version handling to c code 2023-12-26 23:02:06 +01:00
4f718cbff7 Add quotes around VERSION macro 2023-12-26 22:59:46 +01:00
e685d51620 Fixed tag determination: if no tag is existing, return snapshot 2023-12-26 22:41:02 +01:00
2f59f11fd8 Added option to print version information based on the Git tag the binary was built from 2023-12-26 22:33:58 +01:00
fe6f78bb66 Removed local deploy target, added install target 2023-12-26 22:19:12 +01:00
558e0a4c58 Add git revision to tar filename
Signed-off-by: Matthias Petermann <mp@petermann-it.de>
2023-05-26 11:30:32 +02:00
3f13f3da99 Changed deploy directory
Signed-off-by: Matthias Petermann <mp@petermann-it.de>
2023-05-26 11:14:52 +02:00
79afc1f2e4 Added dist target to Makefile
Signed-off-by: Matthias Petermann <mp@petermann-it.de>
2023-05-26 10:44:22 +02:00
0e4b88fcd8 Initial import of the first (working) draft 2023-05-24 10:43:02 +02:00