#!/bin/sh
echo "setting version to $1"
sed "s/Version.*/Version = \'$1\'/" Lphoto/about.py > TEMP
mv TEMP Lphoto/about.py
