Skip to content

Commit 16f118b

Browse files
committed
Makefile.project, Makefile.pkgsrc: ready to try a beta release: 2.2.90
1 parent 9835f11 commit 16f118b

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

Makefile.pkgsrc

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
# $NetBSD$
33

44
# N.B.: though this version of YAJL is diverging from the original, as yet it
5-
# has no API (nor, so far as is known, any ABI) differences, thus is still
6-
# "2.1.0"
5+
# has only backward-compatible API, and no known ABI, differences.
76

8-
PKGNAME= yajl-2.1.0
9-
PKGREVISION= 2
7+
PKGNAME= yajl-2.2.90
8+
PKGREVISION= 0
109
CATEGORIES= devel textproc
1110

1211
# for use of ${FILESDIR} (as per "make setup-pkgsrc" below):

Makefile.project

+6-2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ PACKAGE = yajl
1717
#
1818
INCSUBDIR = /yajl
1919

20+
# Attempts will/should be made to conform to Semantic Versioning rules:
21+
#
22+
# https://semver.org/
23+
#
2024
LIB_MAJOR = 2
21-
LIB_MINOR = 1
22-
LIB_MICRO = 0
25+
LIB_MINOR = 2
26+
LIB_MICRO = 90

0 commit comments

Comments
 (0)