]> code.citadel.org Git - citadel.git/blob - textclient/bootstrap
CtdlGetSysConfig() and CtdlPutSysConfig() now have the ability to store large configu...
[citadel.git] / textclient / bootstrap
1 #!/bin/sh
2
3 grep '^#define CLIENT_VERSION' textclient.h | sed 's/[^0-9]*//g' >package-version.txt
4 exit 0