- check that git is clean

- update version strings:

   ./version.txt
   ./doc/src/omake-doc.tex

- update ChangeLog

- rebuild
  ./configure
  make clean
  make

- doc: (need hevea and latex, otherwise it'll fail)
  cd doc
  mkdir -p html tex txt ps info
  omake --configure
  omake clean
  omake html txt tex info
  omake distclean

- check that docs have been rebuilt

- (omake clean-package)
  omake package

- check packages/omake-<version>

- tag version!

- scp packages/omake-<version>.tar.gz cityd@camlcity:

- git tag omake-<version>
  git push origin master --tags
  
