[
https://issues.apache.org/jira/browse/GEODE-6635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16815819#comment-16815819
]
Dave Barnes commented on GEODE-6635:
------------------------------------
Modified CMakeLists.txt:
Sets the header on API doc pages to the 3-part version number, based on the
PRODUCT_VERSION specified at build time. If PRODUCT_VERSION has less than 3
components, adds "0" elements to fill out the string.
Old behavior was a 2-part version number, or an empty string if only one
component was specified.
Updated BUILDING.md to clarify the option of defining PRODUCT_VERSION on the
cmake config command line.
> Native Client API docs: Use a 3-part version header
> ---------------------------------------------------
>
> Key: GEODE-6635
> URL: https://issues.apache.org/jira/browse/GEODE-6635
> Project: Geode
> Issue Type: Improvement
> Components: docs, native client
> Reporter: Dave Barnes
> Assignee: Dave Barnes
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Generate the C++ and .NET api docs with a 3-part version header
> (major.minor.patch) instead of the current 2-part version header
> (major.minor).
> The 3-part header would be consistent with the current Geode convention, and
> provides more precise information for the user.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)