Browse Source

Now supporting BSD date

Carlos Fenollosa 12 years ago
parent
commit
251e968314
1 changed files with 2 additions and 1 deletions
  1. 2 1
      bb.sh

+ 2 - 1
bb.sh

@@ -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.2    Simplified some functions and variables to avoid duplicated information
 # 1.6.1    'date' fix when hours are 1 digit.
 # 1.6.1    'date' fix when hours are 1 digit.
 # 1.6.0    Disqus comments. External configuration file. Check of 'date' command version.
 # 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
 # by the 'global_config' file contents
 global_variables() {
 global_variables() {
     global_software_name="BashBlog"
     global_software_name="BashBlog"
-    global_software_version="1.6.2"
+    global_software_version="1.6.3"
 
 
     # Blog title
     # Blog title
     global_title="My fancy blog"
     global_title="My fancy blog"