Skip to content

Commit

Permalink
Release 1.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bapt committed Dec 26, 2020
1 parent 16a4433 commit 42c258e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
Changes from 1.16.1
- pkg audit: fix the quiet output

Changes from 1.15.99.8 to 1.16
- Release 1.16
- Fix a typo in pkg.conf(5)
Expand Down
2 changes: 1 addition & 1 deletion auto.def
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use cc cc-lib cc-shared pkg-config

set maj_ver 1
set med_ver 16
set min_ver 0
set min_ver 1
set dev_ver 0
define PKG_API [expr $maj_ver * 1000000 + $med_ver * 1000 + $min_ver]
define VERSION $maj_ver.$med_ver.$min_ver[expr {$dev_ver ? ".$dev_ver" : ""}]
Expand Down

0 comments on commit 42c258e

Please sign in to comment.