summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2020-07-11 17:31:27 -0700
committerAndrew G. Morgan <morgan@kernel.org>2020-07-11 17:33:58 -0700
commit7434c4e7ef45823df4907d03ad0965db8d058486 (patch)
treef3d82a695d0e483133ddc6569c859a5cd43f7bc7
parenta83d142eca3f5852fa36ebebc7f9351b90ba26d3 (diff)
downloadlibcap2-7434c4e7ef45823df4907d03ad0965db8d058486.tar.gz
Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
-rw-r--r--Make.Rules2
-rw-r--r--cap/go.mod2
2 files changed, 2 insertions, 2 deletions
diff --git a/Make.Rules b/Make.Rules
index 19c6715..98fb9db 100644
--- a/Make.Rules
+++ b/Make.Rules
@@ -41,7 +41,7 @@ GOPKGDIR=$(prefix)/share/gocode/src
# Common version number defines for libcap
LIBTITLE=libcap
VERSION=2
-MINOR=38
+MINOR=39
# Go modules have their own semantics. I plan to leave this value at 0
# and keep it there. The Go packages should always remain backwardly
diff --git a/cap/go.mod b/cap/go.mod
index 1e8b5e8..6c0d56a 100644
--- a/cap/go.mod
+++ b/cap/go.mod
@@ -2,4 +2,4 @@ module kernel.org/pub/linux/libs/security/libcap/cap
go 1.11
-require kernel.org/pub/linux/libs/security/libcap/psx v0.2.38
+require kernel.org/pub/linux/libs/security/libcap/psx v0.2.39