Commit: 284fa8bdf253216c4bd6eba234b4394f6c8a5288
Parent: 1114073dc84f77eeff4ba9c3421a21725e9cb417
Author: Randy Palamar
Date: Thu, 8 Feb 2024 09:24:52 -0700
md4c: bump to 0.5.2
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pkg/textproc/md4c/gen.lua b/pkg/textproc/md4c/gen.lua
@@ -3,8 +3,8 @@ cflags({
'-I $srcdir/src',
'-D MD4C_USE_UTF8',
'-D MD_VERSION_MAJOR=0',
- '-D MD_VERSION_MINOR=4',
- '-D MD_VERSION_RELEASE=8',
+ '-D MD_VERSION_MINOR=5',
+ '-D MD_VERSION_RELEASE=2',
})
pkg.hdrs = {
diff --git a/pkg/textproc/md4c/ver b/pkg/textproc/md4c/ver
@@ -1 +1 @@
-0.4.8 r0
+0.5.2 r0