#!/bin/sh
grep 'Version =' version.h | sed 's/[^"]*"\([^ ]*\).*/\1/'
