#!/bin/sh
grep -w VERSION src/version.h | awk '{print $3}' | tr -d '"'
