главная|main page

состояние|status

блог|blog

файлы|files

программы|software

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Fenollosa <carlos.fenollosa@gmail.com>2016-10-24 15:52:33 +0200
committerCarlos Fenollosa <carlos.fenollosa@gmail.com>2016-10-24 15:52:33 +0200
commitb5a459022d4c592b137be728df03b827655a49dc (patch)
treee38529261f5b666ac23e2f3e34d99847d3c20146
parent5c8e0e56e18e2e0bf4a6ffa3bc46911bd3f0bdb4 (diff)
bump version to 2.8
-rw-r--r--README.md2
-rwxr-xr-xbb.sh2
2 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8a5e362..f77ba54 100644
--- a/README.md
+++ b/README.md
@@ -132,6 +132,8 @@ As a guideline, pull requests should:
Changelog
---------
+- 2.8 Bugfixes
+ Slavic language support thanks to Tomasz Jadowski
- 2.7 Store post date on a comment in the html file (#96).
On rebuild, the post date will be synchronised between comment date and file date, with precedence for comment date.
- 2.6 Support for multiple authors, use a different `.config` for each one
diff --git a/bb.sh b/bb.sh
index 6108eb0..acb23fe 100755
--- a/bb.sh
+++ b/bb.sh
@@ -17,7 +17,7 @@ global_config=".config"
# by the 'global_config' file contents
global_variables() {
global_software_name="BashBlog"
- global_software_version="2.7"
+ global_software_version="2.8"
# Blog title
global_title="My fancy blog"