GtkAboutDialog::set_version

void set_version(string version);

Set the version of your program that will be displayed alongside the name of the program.

It is wise not to hard-code the value in your "about code", but use a central constant or a variable from within your program class. If done so, you can change the program version at one central place without having to remember to change it at all places that you mentioned it.

See also: get_version()