Use the bash script $ change_version MAJOR MINOR [REV]
to:
- In
Doxyfile
, change the settingsPROJECT_NUMBER = x.x
. - In
Makefile
, change the variableVERSION = x.x
. - In
src/header.h
, change the preprocessor symbol#define PACKAGE_VERSION "x.x"
(name uses autotools convention).