Skip to content

Commit

Permalink
release 1.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bapt committed Jul 27, 2021
1 parent 5abb0ac commit 45f6e30
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
Changes from 1.17.0 to 1.17.1
- by default only create .txz symlinks for metadata
- only consider the .pkg when creating a repository
add an option REPO_ACCEPT_LEGACY_PKG to keep index old pkg
- Reduce usage of memory stack

Changes from 1.16.99.5 to 1.17.0
- Release 1.17
- fix plenty of typos
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 17
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 45f6e30

Please sign in to comment.