Skip to content

Commit

Permalink
Changed versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshiki committed Mar 1, 2010
1 parent 67348f3 commit 37469ca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,3 +1,6 @@
0.0.6 Mon Mar 1 20:16:29 2009 JST
* The dash (-) is a word character.
See YAML spec 1.2 section 5.6 (Remco van 't Veer)
0.0.5 Mon Dec 21 2009
- Provide outline of yaml document via imenu (Tim Harper)
0.0.4 Mon Apr 20 16:46:13 2009 JST
Expand Down
2 changes: 1 addition & 1 deletion Makefile
@@ -1,4 +1,4 @@
VERSION=0.0.5
VERSION=0.0.6
EMACS = emacs
PREFIX = /usr/local
INSTALLLIBDIR = $(PREFIX)/share/emacs/site-lisp
Expand Down
4 changes: 2 additions & 2 deletions yaml-mode.el
Expand Up @@ -5,7 +5,7 @@
;; Author: Yoshiki Kurihara <kurihara@cpan.org>
;; Marshall T. Vandegrift <llasram@gmail.com>
;; Keywords: data yaml
;; Version: 0.0.5
;; Version: 0.0.6

;; This file is not part of Emacs

Expand Down Expand Up @@ -113,7 +113,7 @@ that key is pressed to begin a block literal."

;; Constants

(defconst yaml-mode-version "0.0.5" "Version of `yaml-mode.'")
(defconst yaml-mode-version "0.0.6" "Version of `yaml-mode.'")

(defconst yaml-blank-line-re "^ *$"
"Regexp matching a line containing only (valid) whitespace.")
Expand Down

0 comments on commit 37469ca

Please sign in to comment.