главная|main page

состояние|status

блог|blog

файлы|files

программы|software

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos <carlos.fenollosa@gmail.com>2016-01-14 16:01:22 +0100
committerCarlos <carlos.fenollosa@gmail.com>2016-01-14 16:01:22 +0100
commitdd3c9e171f4c4121f41df136e18bf9fde130e992 (patch)
tree639c8197c51c197c4456a23d8e547880e2c7038f
parent0cff2a11db6646578f1090c8b18537236800a3b0 (diff)
Changed copyright year and version number
-rwxr-xr-xbb.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bb.sh b/bb.sh
index dbeb198..3723d7d 100755
--- a/bb.sh
+++ b/bb.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# BashBlog, a simple blog system written in a single bash script
-# (C) Carlos Fenollosa <carlos.fenollosa@gmail.com>, 2011-2014 and contributors
+# (C) Carlos Fenollosa <carlos.fenollosa@gmail.com>, 2011-2016 and contributors
# https://github.com/carlesfe/bashblog/contributors
# Check out README.md for more details
@@ -17,7 +17,7 @@ global_config=".config"
# by the 'global_config' file contents
global_variables() {
global_software_name="BashBlog"
- global_software_version="2.4"
+ global_software_version="2.5"
# Blog title
global_title="My fancy blog"