/* 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 thod='get'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/desktop/README
AgeCommit message (Expand)Author
2018-11-29Rename Mac OS X to official name macOS in comments and documentationBartosz Kosiorek
2015-12-04Fix documentationStephan Bergmann
2015-12-04unoinfo documentationStephan Bergmann
2012-02-08Added READMEs for modules which used to be in libs-coreJosh Heidenreich