Skip to content

Commit

Permalink
bump to 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmens committed Nov 3, 2022
1 parent 7d71504 commit 2cc4761
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@

2022-11-04 1.9
- FIX: fix reading of long lines from stdin (mk 2) (#195)
- FIX: add missing test files (#196)

2022-11-04 1.8
- FIX: fix reading of long lines from stdin (mk 2) (#195)

Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ EXTRA_DIST = $(jo_EXTRA) \
tests/jo.17.sh tests/jo.17.exp tests/jo-creator.txt \
tests/jo.18.sh tests/jo.18.exp \
tests/jo.19.sh tests/jo.19.exp \
tests/jo.20.sh tests/jo.20.exp \
tests/jo.20.sh tests/jo.20.exp tests/jo-large1.json tests/jo-large2.json \
tests/jo.21.sh tests/jo.21.exp \
tests/jo.22.sh tests/jo.22.exp \
tests/jo.23.sh tests/jo.23.exp \
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.63])
AC_INIT([jo], [1.8], [jp@mens.de])
AC_INIT([jo], [1.9], [jp@mens.de])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_SRCDIR([jo.c])

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('jo', 'c',
version: '1.8',
version: '1.9',
license: 'GPL-2.0-or-later',
meson_version: '>=0.57.0',
default_options: ['warning_level=3', 'optimization=2'])
Expand Down
4 changes: 3 additions & 1 deletion rpm-build/jo.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: jo
Version: 1.8
Version: 1.9
Release: 2%{?dist}
Summary: jo is a small utility to create JSON objects

Expand Down Expand Up @@ -39,6 +39,8 @@ rm -rf $RPM_BUILD_ROOT


%changelog
* Thu Nov 04 2022 JP Mens <jp@mens.de> 1.9
- bump version -- see Changelog
* Thu Nov 04 2022 JP Mens <jp@mens.de> 1.8
- bump version -- see Changelog
* Sat Oct 29 2022 JP Mens <jp@mens.de> 1.7
Expand Down
2 changes: 1 addition & 1 deletion snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: jo
version: "1.8"
version: "1.9"
summary: jo
description: |
This is jo, a small utility to create JSON objects or arrays.
Expand Down

0 comments on commit 2cc4761

Please sign in to comment.