branch: externals/bnf-mode commit 246a24f1f794a02e400a57275542d3bf8a78e8f8 Author: Serghei Iakovlev <serg...@phalconphp.com> Commit: Serghei Iakovlev <serg...@phalconphp.com>
Bump version --- README.org | 2 +- bnf-mode.el | 2 +- test/bnf-mode-font-test.el | 2 +- test/test-helper.el | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.org b/README.org index ecf5140..7d74e9e 100644 --- a/README.org +++ b/README.org @@ -97,4 +97,4 @@ To see what has changed in recent versions of BNF Mode, see the [[https://github ** License -Zephir Mode is open source software licensed under the [[https://github.com/sergeyklay/bnf-mode/blob/master/LICENSE][GNU General Public Licence version 3]] . +BNF Mode is open source software licensed under the [[https://github.com/sergeyklay/bnf-mode/blob/master/LICENSE][GNU General Public Licence version 3]] . diff --git a/bnf-mode.el b/bnf-mode.el index 88cbd05..2902ada 100644 --- a/bnf-mode.el +++ b/bnf-mode.el @@ -4,7 +4,7 @@ ;; Author: Serghei Iakovlev (concat "sadhooklay" "@" "gmail" ".com") ;; Maintainer: Serghei Iakovlev -;; Version: 0.3.0 +;; Version: 0.4.0 ;; URL: https://github.com/sergeyklay/bnf-mode ;; Keywords: languages ;; Package-Requires: ((cl-lib "0.5") (pkg-info "0.4") (emacs "24.3")) diff --git a/test/bnf-mode-font-test.el b/test/bnf-mode-font-test.el index dd8a399..096bd94 100644 --- a/test/bnf-mode-font-test.el +++ b/test/bnf-mode-font-test.el @@ -4,7 +4,7 @@ ;; Author: Serghei Iakovlev (concat "sadhooklay" "@" "gmail" ".com") ;; Maintainer: Serghei Iakovlev -;; Version: 0.3.0 +;; Version: 0.4.0 ;; 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 267bc9b..887675b 100644 --- a/test/test-helper.el +++ b/test/test-helper.el @@ -4,7 +4,7 @@ ;; Author: Serghei Iakovlev (concat "sadhooklay" "@" "gmail" ".com") ;; Maintainer: Serghei Iakovlev -;; Version: 0.3.0 +;; Version: 0.4.0 ;; URL: https://github.com/sergeyklay/bnf-mode ;; This file is not part of GNU Emacs.