#!/bin/sh
if git rev-parse --is-inside-work-tree >/dev/null 2>&1 ; then
  echo `date -u +%Y%m%d`-`git describe --long --dirty --always` >version
fi
