]> code.citadel.org Git - citadel.git/blob - citadel/bootstrap
New config option: set smtp_advertise_starttls to nonzero to advertise STARTTLS in...
[citadel.git] / citadel / bootstrap
1 #!/bin/bash
2 #
3 # run me after checking Citadel out of the source code repository.
4
5 grep '#define REV_LEVEL' server/citadel_defs.h | sed 's/[^0-9]*//g' >package-version.txt