소스 검색

Forgot to change version number

Carles Fenollosa 11 년 전
부모
커밋
9e0b255201
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      bb.sh

+ 2 - 1
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"