File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,15 @@ MAINTAINER SANDBOX (to be completed and pushed)
139139 visibly) in the local workspace to be added to the `dist` archive tarball
140140 file (DO NOT add them to git to avoid confusion later, or revert any such
141141 addition after the release -- still has a chance to confuse e.g. branches
142- made from release tag later)
142+ made from release tag later):
143+ +
144+ ----
145+ # Generally may be the nuanced NUT SEMVER; is a triplet for releases
146+ :; echo 'NUT_VERSION_FORCED="2.8.3"' > VERSION_FORCED
147+
148+ # Should always be a triplet
149+ :; echo 'NUT_VERSION_FORCED_SEMVER="2.8.3"' > VERSION_FORCED_SEMVER
150+ ----
143151*** Note that since NUT v2.8.3 this script dictates the version propagated by
144152 the `configure` script, so direct changes of `AC_INIT` there are no longer
145153 needed
You can’t perform that action at this time.
0 commit comments