From 1293f0da7da696055ffe34050f5e5f7d365f9526 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Mon, 25 Jan 2021 14:00:47 +0100 Subject: [PATCH] bump version number for next dev cycle --- ChangeLog | 2 ++ configure.ac | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 9081de6..d609c3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +1.21x.0 +- change of release number 0.99.9 2021-01-26 - add API fjson_object_get_uint() Thanks to Janmejay Singh for contributing the patch. diff --git a/configure.ac b/configure.ac index adfd077..e2ec529 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ AC_PREREQ(2.52) # Process this file with autoconf to produce a configure script. -AC_INIT([libfastjson], [0.99.9], [rsyslog@lists.adiscon.com]) +AC_INIT([libfastjson], [1.2101.0.master], [rsyslog@lists.adiscon.com]) # AIXPORT START: Detect the underlying OS unamestr=$(uname) AM_CONDITIONAL([AIX], [test x$unamestr = xAIX])