Skip to content

Commit

Permalink
Bump pkg to 1.16.99.1
Browse files Browse the repository at this point in the history
This was missed in the previous commit ...
  • Loading branch information
evadot committed Jan 20, 2021
1 parent 8ac4d82 commit cceda37
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Changes from 1.15.99.8 to 1.15.99.9
Changes from 1.16.99.8 to 1.16.99.1
- Avoid making making xstring.h public
- audit: fix quiet
- libpkg: add a snap(shot) version prefix
Expand Down
4 changes: 2 additions & 2 deletions auto.def
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
use cc cc-lib cc-shared pkg-config

set maj_ver 1
set med_ver 15
set med_ver 16
set min_ver 99
set dev_ver 9
set dev_ver 1
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 cceda37

Please sign in to comment.