summaryrefslogtreecommitdiff
path: root/libcmark-gfm/build/bootstrap.build
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2022-03-06 17:18:26 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2022-03-06 18:13:38 +0300
commiteaa7c4fe667133fecb45e6a5896d563c62168dbe (patch)
tree4663276001feadf6333e74e6c06b5ed7158826d0 /libcmark-gfm/build/bootstrap.build
parent9021303579620586eb58163e9ef6768fde15840a (diff)
Upgrade to 0.29.0.gfm.3
Note: fixes CVE-2022-24724.
Diffstat (limited to 'libcmark-gfm/build/bootstrap.build')
-rw-r--r--libcmark-gfm/build/bootstrap.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcmark-gfm/build/bootstrap.build b/libcmark-gfm/build/bootstrap.build
index 48f1937..57d96d7 100644
--- a/libcmark-gfm/build/bootstrap.build
+++ b/libcmark-gfm/build/bootstrap.build
@@ -40,7 +40,7 @@ if ($version.major == 0 && $version.minor == 29 && $version.patch == 0)
upstream_version_major = 0
upstream_version_minor = 29
upstream_version_patch = 0
- upstream_version_gfm = 2
+ upstream_version_gfm = 3
abi_version = "$upstream_version_major.$upstream_version_minor.$(upstream_version_patch).gfm.$upstream_version_gfm"
}