branch: elpa/yaml-mode commit 210b0759deec33605248af9b315c0e9af4a5c0bc Author: Yoshiki Kurihara <clou...@gmail.com> Commit: Yoshiki Kurihara <clou...@gmail.com>
Bumping version to 0.0.11 --- Changes | 2 ++ Makefile | 2 +- yaml-mode.el | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 30906f5..f202f4f 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ +0.0.11 Tue Nov 25 08:35:56 GMT 2014 + * Fix incorrect highlighting of colons in comments. (Wilfred) 0.0.10 Mon Aug 25 04:06:50 GMT 2014 * Remove default C-j binding. (barrkel) 0.0.9 Mon Mar 11 12:43:23 2013 diff --git a/Makefile b/Makefile index 497735e..1448fa5 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.0.10 +VERSION=0.0.11 EMACS = emacs PREFIX = /usr/local INSTALLLIBDIR = $(PREFIX)/share/emacs/site-lisp diff --git a/yaml-mode.el b/yaml-mode.el index 60b277b..d0c60a5 100644 --- a/yaml-mode.el +++ b/yaml-mode.el @@ -5,7 +5,7 @@ ;; Author: Yoshiki Kurihara <clou...@gmail.com> ;; Marshall T. Vandegrift <llas...@gmail.com> ;; Keywords: data yaml -;; Version: 0.0.10 +;; Version: 0.0.11 ;; This file is not part of Emacs @@ -115,7 +115,7 @@ that key is pressed to begin a block literal." ;; Constants -(defconst yaml-mode-version "0.0.10" "Version of `yaml-mode'.") +(defconst yaml-mode-version "0.0.11" "Version of `yaml-mode'.") (defconst yaml-blank-line-re "^ *$" "Regexp matching a line containing only (valid) whitespace.")