diff --git a/build.sh b/build.sh index a41ef91..6a073c3 100755 --- a/build.sh +++ b/build.sh @@ -1,7 +1,7 @@ S=sns.sh PROD_STR="Simple Note System" -VER_STR=v2.0a4 +VER_STR=v2.0a5 cat > $S << EOF #!/bin/bash diff --git a/src/includes/w_conf.sns.sh b/src/includes/w_conf.sns.sh index d934cc1..eab3a6c 100644 --- a/src/includes/w_conf.sns.sh +++ b/src/includes/w_conf.sns.sh @@ -1,7 +1,7 @@ function w_conf { cat > $HOME/.sns/sns.conf << EOF #========================================================== -# Simple Note System Config, v2.0a1 +# Simple Note System Config, v2.0a5 # Copyright 2014, Xenese Labs/Sicron-Perion XNF #==========================================================