From 16f118b8d90ad9709998bb3a0629be09c990d461 Mon Sep 17 00:00:00 2001 From: "Greg A. Woods" Date: Sat, 6 Apr 2024 18:15:18 -0700 Subject: [PATCH] Makefile.project, Makefile.pkgsrc: ready to try a beta release: 2.2.90 --- Makefile.pkgsrc | 7 +++---- Makefile.project | 8 ++++++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/Makefile.pkgsrc b/Makefile.pkgsrc index 80ef893..42f6e0a 100644 --- a/Makefile.pkgsrc +++ b/Makefile.pkgsrc @@ -2,11 +2,10 @@ # $NetBSD$ # N.B.: though this version of YAJL is diverging from the original, as yet it -# has no API (nor, so far as is known, any ABI) differences, thus is still -# "2.1.0" +# has only backward-compatible API, and no known ABI, differences. -PKGNAME= yajl-2.1.0 -PKGREVISION= 2 +PKGNAME= yajl-2.2.90 +PKGREVISION= 0 CATEGORIES= devel textproc # for use of ${FILESDIR} (as per "make setup-pkgsrc" below): diff --git a/Makefile.project b/Makefile.project index c0d1dfa..06e6bd3 100644 --- a/Makefile.project +++ b/Makefile.project @@ -17,6 +17,10 @@ PACKAGE = yajl # INCSUBDIR = /yajl +# Attempts will/should be made to conform to Semantic Versioning rules: +# +# https://semver.org/ +# LIB_MAJOR = 2 -LIB_MINOR = 1 -LIB_MICRO = 0 +LIB_MINOR = 2 +LIB_MICRO = 90