Skip to content

Commit

Permalink
bump version number for next dev cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
rgerhards committed Jan 25, 2021
1 parent 0293afb commit 1293f0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions 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.
Expand Down
2 changes: 1 addition & 1 deletion 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])
Expand Down

0 comments on commit 1293f0d

Please sign in to comment.