# $Id: setversion 180 2005-01-23 17:54:03Z lfousse $

# This script is free software; you can distribute it and/or modify it
# under the terms of the GNU GPL.  See the file COPYING.

# based upon cabot's and caspar's setversion

echo 'm4_define([ST_VERSION], ['`date +%Y%m%d`'])' > VERSION.m4

# dates in documentation
date +%e > stamp.day
date +%B > stamp.month
date +%Y > stamp.year

