summaryrefslogtreecommitdiff
path: root/libcmark-gfm
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2019-05-16 17:47:32 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2019-05-16 17:47:32 +0300
commit0f18d6d70ff8ffce1e8481c3e3c9cd31695fe03c (patch)
tree1ed9d43efee0e0cfe964825f1c45f8ea192d9b31 /libcmark-gfm
parent6d4de1c2fc20e6ba49ae05ad78ea1e342d3149cc (diff)
Release version 0.29.0-a.1+1
Fix final pre-release library version
Diffstat (limited to 'libcmark-gfm')
-rw-r--r--libcmark-gfm/build/bootstrap.build2
-rw-r--r--libcmark-gfm/libcmark-gfm/buildfile2
-rw-r--r--libcmark-gfm/manifest2
3 files changed, 3 insertions, 3 deletions
diff --git a/libcmark-gfm/build/bootstrap.build b/libcmark-gfm/build/bootstrap.build
index 02906fd..699205e 100644
--- a/libcmark-gfm/build/bootstrap.build
+++ b/libcmark-gfm/build/bootstrap.build
@@ -44,7 +44,7 @@ if ($version.major == 0 && $version.minor == 29 && $version.patch == 0)
upstream_version_patch = 0
upstream_version_gfm = 0
- abi_version = "$upstream_version_major.$upstream_version_minor.$upstream_version_patch.$upstream_version_gfm"
+ abi_version = "$upstream_version_major.$upstream_version_minor.$(upstream_version_patch).gfm.$upstream_version_gfm"
}
else
fail 'increment the ABI version?'
diff --git a/libcmark-gfm/libcmark-gfm/buildfile b/libcmark-gfm/libcmark-gfm/buildfile
index 41c934d..0d80f53 100644
--- a/libcmark-gfm/libcmark-gfm/buildfile
+++ b/libcmark-gfm/libcmark-gfm/buildfile
@@ -69,7 +69,7 @@ libs{cmark-gfm}: cc.export.poptions += -DCMARK_GFM_SHARED
# See bootstrap.build for details.
#
-if $version.pre_release
+if $version.snapshot
lib{cmark-gfm}: bin.lib.version = @"-$version.project_id"
else
lib{cmark-gfm}: bin.lib.version = @"-$abi_version"
diff --git a/libcmark-gfm/manifest b/libcmark-gfm/manifest
index c38a098..63d05d5 100644
--- a/libcmark-gfm/manifest
+++ b/libcmark-gfm/manifest
@@ -3,7 +3,7 @@ name: libcmark-gfm
# Note: remember to update summary below and build/bootstrap.build!
#
-version: 0.29.0-a.1
+version: 0.29.0-a.1+1
project: cmark-gfm
summary: GitHub-flavored CommonMark parsing and rendering C library, version 0.29.0.gfm.0