Note on release making: Check out a fresh tree and move it to
camas-1.0 (or 1.1 etc), run ./autogen.sh. Change directory to
../dist-1.0/ and run ../camas-1.0/configure. Type:

make pre_dist
make dist
make bump_version

Before the next build, run

make force_update

Also you can make test builds by using "make faked_pre_dist" and date
stamped versions with "make date_pre_dist". In general it'd be a good
idea to do a couple of those first.

Also I suggest we keep with the "pre" versions just to make sure there
are no major problems in the dist before a "sharp" version is
released.

