Version information. More...
Defines | |
| #define | APP_NAME "PDFedit" |
| #define | COMPILE_TIME (__DATE__ ", " __TIME__) |
Variables | |
| const char * | PDFEDIT_VERSION |
Version information.
This file hold constants defining version of application. These should be changed before release
| #define APP_NAME "PDFedit" |
Application name shown in various About boxes, window titles, etc ....
Referenced by gui::HelpWindow::HelpWindow(), main(), gui::OptionWindow::optionsDialog(), gui::PasswordDialog::PasswordDialog(), printHeader(), printHeaderErr(), and gui::PdfEditWindow::setTitle().
| #define COMPILE_TIME (__DATE__ ", " __TIME__) |
Compile time of this program
Referenced by gui::AboutWindow::AboutWindow().
| const char* PDFEDIT_VERSION |
Version of application. This will also include release (if defined).