From 21b457c38c4dd38b6fafe3ac8c4f4fdb85c3860f Mon Sep 17 00:00:00 2001 From: Jon-William Lewis Date: Thu, 14 May 2015 23:23:57 -0500 Subject: [PATCH] Officially changed version string to 2.0a5; no other changes --- build.sh | 2 +- src/includes/w_conf.sns.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 #==========================================================