Added FTP server and automatic version generation.

This commit is contained in:
2019-08-13 19:39:03 +02:00
parent f91266b628
commit 1de12c16ed
10 changed files with 1687 additions and 0 deletions

2
build_version.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
echo -n "-DVERSION=\\\"`git describe --tags --dirty`\\\""