tint2/get_version.sh
2017-03-26 10:49:47 +02:00

9 lines
115 B
Bash
Executable file

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