branch: externals/bnf-mode commit 2f217ecf76fa775da4b28de7dd2b615460d9f8ad Author: Serghei Iakovlev <sadhook...@gmail.com> Commit: Serghei Iakovlev <sadhook...@gmail.com>
Bump version --- CHANGELOG.org | 3 ++- bnf-mode.el | 2 +- test/bnf-mode-font-test.el | 2 +- test/test-helper.el | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.org b/CHANGELOG.org index 2f32e6a..ac2ecba 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -5,7 +5,8 @@ All notable changes to this project will be documented in this file. The format is based on [[http://keepachangelog.com][Keep a Changelog]] and this project adheres to [[http://semver.org][Semantic Versioning]]. -** [[https://github.com/sergeyklay/bnf-mode/compare/0.4.1...HEAD][Unreleased]] +** [[https://github.com/sergeyklay/bnf-mode/compare/0.4.2...HEAD][Unreleased]] +** [[https://github.com/sergeyklay/bnf-mode/compare/0.4.1...0.4.2][0.4.2]] - 2019-05-14 *** Added - Introduced ALGOL 60 comments style. Disabled by default. For more see: [[https://github.com/sergeyklay/bnf-mode/pull/4][#4]] . diff --git a/bnf-mode.el b/bnf-mode.el index db01c84..73af85f 100644 --- a/bnf-mode.el +++ b/bnf-mode.el @@ -4,7 +4,7 @@ ;; Author: Serghei Iakovlev <sadhook...@gmail.com> ;; Maintainer: Serghei Iakovlev <sadhook...@gmail.com> -;; Version: 0.4.1 +;; Version: 0.4.2 ;; URL: https://github.com/sergeyklay/bnf-mode ;; Keywords: languages ;; Package-Requires: ((cl-lib "0.5") (emacs "24.3")) diff --git a/test/bnf-mode-font-test.el b/test/bnf-mode-font-test.el index c098a3e..e88a6fc 100644 --- a/test/bnf-mode-font-test.el +++ b/test/bnf-mode-font-test.el @@ -4,7 +4,7 @@ ;; Author: Serghei Iakovlev <sadhook...@gmail.com> ;; Maintainer: Serghei Iakovlev <sadhook...@gmail.com> -;; Version: 0.4.1 +;; Version: 0.4.2 ;; URL: https://github.com/sergeyklay/bnf-mode ;; This file is NOT part of GNU Emacs. diff --git a/test/test-helper.el b/test/test-helper.el index d33e8b6..379608b 100644 --- a/test/test-helper.el +++ b/test/test-helper.el @@ -4,7 +4,7 @@ ;; Author: Serghei Iakovlev <sadhook...@gmail.com> ;; Maintainer: Serghei Iakovlev <sadhook...@gmail.com> -;; Version: 0.4.1 +;; Version: 0.4.2 ;; URL: https://github.com/sergeyklay/bnf-mode ;; This file is NOT part of GNU Emacs.