1To bump the version number, change it in these places:
2
3   doc/doxygen.conf
4	PROJECT_NUMBER         = 0.9.0
5
6   src/stdinc.cpp
7	const char* const version = "0.9.0";
8
9   test/messages/help-noparam.err
10        Frobby version 0.9.0 Copyright (C) 2007 Bjarke Hammersholt Roune
11
12
13