diff options
author | Carlos Fenollosa <carlos.fenollosa@gmail.com> | 2013-06-12 23:18:58 +0200 |
---|---|---|
committer | Carlos Fenollosa <carlos.fenollosa@gmail.com> | 2013-06-12 23:18:58 +0200 |
commit | 251e968314ea395195a7666cdbfc90044f4aa6de (patch) | |
tree | 903272b98e84e8d272ab9a623c4f13156f82df87 | |
parent | dee648833e6027dbf48516d668a69503178d8dde (diff) |
Now supporting BSD date
-rwxr-xr-x | bb.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -62,6 +62,7 @@ # ######################################################################################### # +# 1.6.3 Now supporting BSD date # 1.6.2 Simplified some functions and variables to avoid duplicated information # 1.6.1 'date' fix when hours are 1 digit. # 1.6.0 Disqus comments. External configuration file. Check of 'date' command version. @@ -100,7 +101,7 @@ global_config=".config" # by the 'global_config' file contents global_variables() { global_software_name="BashBlog" - global_software_version="1.6.2" + global_software_version="1.6.3" # Blog title global_title="My fancy blog" |