#!/bin/bash
LATEST_VERSION=`cat latestversion`
 git archive --prefix=qmol-${LATEST_VERSION}/ -o tars/qmol-${LATEST_VERSION}.tar.bz2 master
