From 3cdbd6fab428c6011d0e9b4b6324e2f94ed11772 Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Mon, 20 Dec 2021 21:16:11 +0000 Subject: [PATCH] Update to 5.16.0.gravity1 --- .PKGVER | 1 + .gitignore | 2 ++ Makefile | 2 +- 3 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .PKGVER diff --git a/.PKGVER b/.PKGVER new file mode 100644 index 00000000000000..9d8c8208d9b944 --- /dev/null +++ b/.PKGVER @@ -0,0 +1 @@ +5.16.0.gravity1 \ No newline at end of file diff --git a/.gitignore b/.gitignore index 7afd412dadd2c1..0c54c8defc0c44 100644 --- a/.gitignore +++ b/.gitignore @@ -161,3 +161,5 @@ x509.genkey # Documentation toolchain sphinx_*/ + +!.PKGVER \ No newline at end of file diff --git a/Makefile b/Makefile index 765115c99655fa..31b61ce63b1bcd 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ VERSION = 5 PATCHLEVEL = 16 SUBLEVEL = 0 -EXTRAVERSION = -rc5 +EXTRAVERSION = -gravity1 NAME = Gobble Gobble # *DOCUMENTATION*