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"