version.h File Reference

Version information. More...

Defines

#define APP_NAME   "PDFedit"
#define COMPILE_TIME   (__DATE__ ", " __TIME__)

Variables

const char * PDFEDIT_VERSION

Detailed Description

Version information.

This file hold constants defining version of application. These should be changed before release


Define Documentation

#define APP_NAME   "PDFedit"
#define COMPILE_TIME   (__DATE__ ", " __TIME__)

Compile time of this program

Referenced by gui::AboutWindow::AboutWindow().


Variable Documentation

const char* PDFEDIT_VERSION

Version of application. This will also include release (if defined).