git: d9e02d3b3ac3 - stable/14 - mandoc: Bump version string to 1.14.6s20250613
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 14 Jul 2025 16:47:23 UTC
The branch stable/14 has been updated by ziaee:
URL: https://cgit.FreeBSD.org/src/commit/?id=d9e02d3b3ac376d95096d153d00bc07e5a77cc61
commit d9e02d3b3ac376d95096d153d00bc07e5a77cc61
Author: Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2025-06-26 12:48:25 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-07-14 16:44:46 +0000
mandoc: Bump version string to 1.14.6s20250613
The mandoc compiler is still at version 1.14.6, but we have imported
several snapshots since the version was bumped. Append a snapshot date
string to the version to reflect this.
Requested by: wosch
Discussed with: bapt
(cherry picked from commit af2949cd29ef453a63a6345de396be866138b051)
---
contrib/mandoc/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/mandoc/Makefile b/contrib/mandoc/Makefile
index cd3f16652069..7ec34a560504 100644
--- a/contrib/mandoc/Makefile
+++ b/contrib/mandoc/Makefile
@@ -15,7 +15,7 @@
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-VERSION = 1.14.6
+VERSION = 1.14.6s20250613
# === LIST OF FILES ====================================================