tint2/get_version.sh
2017-03-25 12:00:25 +01:00

6 lines
96 B
Bash
Executable file

#!/bin/sh
VERSION=0.13.3
echo '#define VERSION_STRING "'$VERSION'"' > version.h
echo $VERSION