Added FTP server and automatic version generation.

This commit is contained in:
2019-08-13 19:39:03 +02:00
parent 4d59c66354
commit 235ef8c39d
9 changed files with 1686 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`\\\""