Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shawn Webb
pkg
Commits
0d0ab01f
Commit
0d0ab01f
authored
Mar 27, 2021
by
Baptiste Daroussin
Browse files
1.16.99.4
parent
4cbe6a47
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
0d0ab01f
...
...
@@ -8,6 +8,10 @@ Changes from 1.16.99.3 to 1.16.99.4
- plist: remove stub support for @display
- plist: remove stub support for @mtree
- plist: remove stub support for @conflict
- info: fix info processing of mutliple compares
- ci runs again on linux and osx
- portability fixes for linux and osx
- ubsan/asan related fixes
Changes from 1.16.99.2 to 1.16.99.3
- lua update to 5.4.2
...
...
auto.def
View file @
0d0ab01f
...
...
@@ -6,7 +6,7 @@ use cc cc-lib cc-shared pkg-config
set maj_ver 1
set med_ver 16
set min_ver 99
set dev_ver
3
set dev_ver
4
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" : ""}]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment