From ebd2b3f5230bcbaf0e087b48d4537a1868d7033c Mon Sep 17 00:00:00 2001 From: LeChatP Date: Tue, 25 Oct 2022 12:56:42 +0200 Subject: [PATCH] new version --- README.md | 2 +- src/sr_constants.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0f3cfba8..99673901 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# RootAsRole (V2.2) : a secure alternative to sudo/su on Linux systems +# RootAsRole (V2.3) : a secure alternative to sudo/su on Linux systems diff --git a/src/sr_constants.h b/src/sr_constants.h index 377a628e..ca8552c9 100644 --- a/src/sr_constants.h +++ b/src/sr_constants.h @@ -11,7 +11,7 @@ //define SR_DEBUG to log messages on capabilities, process attributes, and other privileges. //#define SR_DEBUG 1 -#define RAR_VERSION "2.2" +#define RAR_VERSION "2.3" //The path to the common shell #define BASH "/bin/bash"