Up the release version to 2.47

Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
diff --git a/Make.Rules b/Make.Rules
index 1b3d780..28af3c5 100644
--- a/Make.Rules
+++ b/Make.Rules
@@ -1,7 +1,7 @@
 # Common version number defines for libcap
 LIBTITLE=libcap
 VERSION=2
-MINOR=46
+MINOR=47
 
 #
 ## Optional prefixes:
@@ -43,9 +43,9 @@
 PKGCONFIGDIR=$(LIBDIR)/pkgconfig
 GOPKGDIR=$(prefix)/share/gocode/src
 
-# 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
-# compatible, but I may have to up it if Go's syntax changes in a
+# Once go1.16 is released, I plan to set this value to 1 and keep it
+# there. The Go packages should always remain backwardly compatible,
+# but I may have to up it if Go's syntax dramatically changes in a
 # backwards incompatible manner. (Let's hope not.)
 GOMAJOR=0
 
diff --git a/cap/go.mod b/cap/go.mod
index 711a271..ca5b1c6 100644
--- a/cap/go.mod
+++ b/cap/go.mod
@@ -2,4 +2,4 @@
 
 go 1.11
 
-require kernel.org/pub/linux/libs/security/libcap/psx v0.2.46
+require kernel.org/pub/linux/libs/security/libcap/psx v0.2.47
diff --git a/contrib/seccomp/go.mod b/contrib/seccomp/go.mod
index 182e4e7..d9efa2e 100644
--- a/contrib/seccomp/go.mod
+++ b/contrib/seccomp/go.mod
@@ -2,4 +2,4 @@
 
 go 1.14
 
-require kernel.org/pub/linux/libs/security/libcap/psx v0.2.46
+require kernel.org/pub/linux/libs/security/libcap/psx v0.2.47
diff --git a/goapps/gowns/go.mod b/goapps/gowns/go.mod
index b9ab77c..3863fbb 100644
--- a/goapps/gowns/go.mod
+++ b/goapps/gowns/go.mod
@@ -2,4 +2,4 @@
 
 go 1.15
 
-require kernel.org/pub/linux/libs/security/libcap/cap v0.2.46
+require kernel.org/pub/linux/libs/security/libcap/cap v0.2.47
diff --git a/goapps/setid/go.mod b/goapps/setid/go.mod
index 0d1ca42..b227144 100644
--- a/goapps/setid/go.mod
+++ b/goapps/setid/go.mod
@@ -3,6 +3,6 @@
 go 1.11
 
 require (
-	kernel.org/pub/linux/libs/security/libcap/cap v0.2.46
-	kernel.org/pub/linux/libs/security/libcap/psx v0.2.46
+	kernel.org/pub/linux/libs/security/libcap/cap v0.2.47
+	kernel.org/pub/linux/libs/security/libcap/psx v0.2.47
 )
diff --git a/goapps/web/go.mod b/goapps/web/go.mod
index 1e6d077..a2dac7d 100644
--- a/goapps/web/go.mod
+++ b/goapps/web/go.mod
@@ -2,4 +2,4 @@
 
 go 1.11
 
-require kernel.org/pub/linux/libs/security/libcap/cap v0.2.46
+require kernel.org/pub/linux/libs/security/libcap/cap v0.2.47