From 820d02e40f5625cc9e1ce503b16b4b5f361a587c Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 17 May 2025 09:55:32 +1200 Subject: [PATCH] dehydrate release v4 --- include/version.hpp | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/version.hpp b/include/version.hpp index 4811538..17c8de5 100644 --- a/include/version.hpp +++ b/include/version.hpp @@ -1 +1 @@ -static const char *VERSION = "3"; +static const char *VERSION = "4"; diff --git a/install.sh b/install.sh index 1414e56..afa2a96 100755 --- a/install.sh +++ b/install.sh @@ -57,5 +57,5 @@ rm "$TMPDIR/$PROJECT" # ----------------------------------------------------------------------------- echo "$PROJECT installed successfully to $INSTALL_DIR/$PROJECT (arch $ARCH)" echo " " -echo "Update $PROJECT with:" +echo "Update $PROJECT in future with:" echo " $PROJECT -u"