Age | Commit message (Expand) | Author |
---|---|---|
2019-10-02 | uitest: share some code. | Michael Meeks |
2019-06-12 | UI test for tdf#117987 | Artur Neumann |
2018-10-31 | uitest: add demo showing how to access the calc input window | Markus Mohrhard |
/* Version settings version 4.0.0.1 is Major.Minor.Micro.Patch */ #ifndef CONFIG_VERSION_H #define CONFIG_VERSION_H #define LIBO_VERSION_STRINGIFY_inner(s) #s #define LIBO_VERSION_STRINGIFY(s) LIBO_VERSION_STRINGIFY_inner(s) #undef LIBO_VERSION_MAJOR #undef LIBO_VERSION_MINOR #undef LIBO_VERSION_MICRO #undef LIBO_VERSION_PATCH #undef LIBO_THIS_YEAR #define LIBO_VERSION_DOTTED \ LIBO_VERSION_STRINGIFY(LIBO_VERSION_MAJOR) "." \ LIBO_VERSION_STRINGIFY(LIBO_VERSION_MINOR) "." \ LIBO_VERSION_STRINGIFY(LIBO_VERSION_MICRO) "." \ LIBO_VERSION_STRINGIFY(LIBO_VERSION_PATCH) #endif orm method='get'>
summaryrefslogtreecommitdiff |
Age | Commit message (Expand) | Author |
---|---|---|
2019-10-02 | uitest: share some code. | Michael Meeks |
2019-06-12 | UI test for tdf#117987 | Artur Neumann |
2018-10-31 | uitest: add demo showing how to access the calc input window | Markus Mohrhard |