главная|main page

состояние|status

блог|blog

файлы|files

программы|software

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarles Fenollosa <carlos.fenollosa@gmail.com>2013-09-26 11:38:55 +0200
committerCarles Fenollosa <carlos.fenollosa@gmail.com>2013-09-26 11:38:55 +0200
commit9e0b255201ef80f8d0983e69103f995b8873963e (patch)
tree55098fb998dac511ef3aa6b6fbb0c3dfcfb4247d
parentf06d299749bdd37a34c55f31f853648832afb164 (diff)
Forgot to change version number
-rwxr-xr-xbb.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bb.sh b/bb.sh
index a9d4cf7..2b2ef3f 100755
--- a/bb.sh
+++ b/bb.sh
@@ -62,6 +62,7 @@
#
#########################################################################################
#
+# 1.6.4 Fixed bug in localized dates
# 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.
@@ -101,7 +102,7 @@ global_config=".config"
# by the 'global_config' file contents
global_variables() {
global_software_name="BashBlog"
- global_software_version="1.6.3"
+ global_software_version="1.6.4"
# Blog title
global_title="My fancy blog"