diff options
author | Anton Raharja <antonrd@gmail.com> | 2016-03-30 08:07:24 +0700 |
---|---|---|
committer | Anton Raharja <antonrd@gmail.com> | 2016-03-30 08:07:24 +0700 |
commit | dbc05972fca4776c3b6bd198100fa19e21bc8dc4 (patch) | |
tree | 9f4c02507000f925d854db991a3d87df3fe94e77 | |
parent | c1eddfb8af0255c625a6c0708548c59a22dc71a5 (diff) | |
parent | 2e679e35574a8804ec093bfb3267465e74fe2d35 (diff) | |
download | playSMS-dbc05972fca4776c3b6bd198100fa19e21bc8dc4.zip playSMS-dbc05972fca4776c3b6bd198100fa19e21bc8dc4.tar.gz playSMS-dbc05972fca4776c3b6bd198100fa19e21bc8dc4.tar.bz2 |
Merge pull request #516 from watermelonjuice/patch-1
Updates version number to 1.4
-rwxr-xr-x | install-playsms.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install-playsms.sh b/install-playsms.sh index 32a3c64..a21a655 100755 --- a/install-playsms.sh +++ b/install-playsms.sh @@ -46,7 +46,7 @@ echo "==================================================================" echo "WARNING:" echo "- This install script WILL NOT upgrade currently installed playSMS" echo "- This install script WILL REMOVE your current playSMS database" -echo "- This install script is compatible ONLY with playSMS version 1.2" +echo "- This install script is compatible ONLY with playSMS version 1.4" echo "- Please BACKUP before proceeding" echo "==================================================================" echo |