utilsVersion.h (texstudio-3.1.0) | : | utilsVersion.h (texstudio-3.1.1) | ||
---|---|---|---|---|
#ifndef UTILSVERSION_H | #ifndef UTILSVERSION_H | |||
#define UTILSVERSION_H | #define UTILSVERSION_H | |||
#define TEXSTUDIO "TeXstudio" | #define TEXSTUDIO "TeXstudio" | |||
#define TXSVERSION "3.1.0" | #define TXSVERSION "3.1.1" | |||
#define TXSVERSION_NUMERIC 0x030100 | #define TXSVERSION_NUMERIC 0x030101 | |||
//#define IS_DEVELOPMENT_VERSION (TXSVERSION_NUMERIC & 0x000001) | //#define IS_DEVELOPMENT_VERSION (TXSVERSION_NUMERIC & 0x000001) | |||
#define IS_DEVELOPMENT_VERSION 0 // odd numbers have not been used at all, git v ersion gives a much clearer insight about the used version | #define IS_DEVELOPMENT_VERSION 0 // odd numbers have not been used at all, git v ersion gives a much clearer insight about the used version | |||
extern const char *TEXSTUDIO_GIT_REVISION; | extern const char *TEXSTUDIO_GIT_REVISION; | |||
#ifdef QT_NO_DEBUG | #ifdef QT_NO_DEBUG | |||
#define COMPILED_DEBUG_OR_RELEASE "R" | #define COMPILED_DEBUG_OR_RELEASE "R" | |||
#else | #else | |||
#define COMPILED_DEBUG_OR_RELEASE "D" | #define COMPILED_DEBUG_OR_RELEASE "D" | |||
End of changes. 2 change blocks. | ||||
2 lines changed or deleted | 2 lines changed or added |