Skip to content

Commit b699fbd

Browse files
committed
docs/nut-versioning.adoc: version-related code moved from common.c to common-nut_version.c [networkupstools#2913, networkupstools#2097]
...to reduce the rebuild/relink scope. Signed-off-by: Jim Klimov <jimklimov+nut@gmail.com>
1 parent 00a9f87 commit b699fbd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/nut-versioning.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -405,12 +405,12 @@ Variables propagated by nut_version.h
405405
Use in C code
406406
-------------
407407

408-
common.c
409-
~~~~~~~~
408+
common-nut_version.c
409+
~~~~~~~~~~~~~~~~~~~~
410410

411-
* The `NUT_VERSION_MACRO` is used in `common/common.c` and further made known
412-
to all code base as a static string `UPS_VERSION` linked via `libcommon*.la`
413-
internal libraries.
411+
* The `NUT_VERSION_MACRO` is used in `common/common-nut_version.c` and further
412+
made known to all code base as a static string `UPS_VERSION` linked via
413+
`libcommon*.la` internal libraries.
414414
* Method `describe_NUT_VERSION_once()` prepares the string which combines the
415415
`NUT_VERSION_MACRO` with comments that it is either a `release` or a
416416
`(development iteration after $NUT_VERSION_SEMVER_MACRO)`, based on

0 commit comments

Comments
 (0)