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

10 lines
115 B
Bash
Executable File

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