branch: master
commit a57afa386792181aa55c28fb2ea7c453db43d46f
Author: Dmitry Gutov <[email protected]>
Commit: Dmitry Gutov <[email protected]>
Release 0.5.5
---
configure.in | 2 +-
mmm-mode.el | 2 +-
mmm-vars.el | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/configure.in b/configure.in
index 5d3f8ad..824c411 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT()
-AM_INIT_AUTOMAKE(mmm-mode, 0.5.4)
+AM_INIT_AUTOMAKE(mmm-mode, 0.5.5)
dnl
dnl Apparently, if you run a shell window in Emacs, it sets the EMACS
diff --git a/mmm-mode.el b/mmm-mode.el
index 6ad89b9..42e79e7 100644
--- a/mmm-mode.el
+++ b/mmm-mode.el
@@ -8,7 +8,7 @@
;; Maintainer: Dmitry Gutov <[email protected]>
;; URL: https://github.com/purcell/mmm-mode
;; Keywords: convenience, faces, languages, tools
-;; Version: 0.5.4
+;; Version: 0.5.5
;;{{{ GPL
diff --git a/mmm-vars.el b/mmm-vars.el
index 2f7dbdf..1bd9ec2 100644
--- a/mmm-vars.el
+++ b/mmm-vars.el
@@ -1040,7 +1040,7 @@ The CLASSES are all made private, i.e. non-user-visible."
;;}}}
;;{{{ Version Number
-(defconst mmm-version "0.5.4"
+(defconst mmm-version "0.5.5"
"Current version of MMM Mode.")
(defun mmm-version ()