branch: elpa/markdown-mode commit 8c7b0c4ab4483a18c3dc0c44be71630362843fc7 Author: Shohei YOSHIDA <syo...@gmail.com> Commit: Shohei YOSHIDA <syo...@gmail.com>
Start 2.6 development --- CHANGES.md | 4 ++++ markdown-mode.el | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index a2d6813204..0511ef0426 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,7 @@ +# Markdown Mode 2.6 + +*Under development* + # Markdown Mode 2.5 * **Breaking changes:** diff --git a/markdown-mode.el b/markdown-mode.el index 91f2200cc6..10342fb809 100644 --- a/markdown-mode.el +++ b/markdown-mode.el @@ -1,12 +1,12 @@ ;;; markdown-mode.el --- Major mode for Markdown-formatted text -*- lexical-binding: t; -*- -;; Copyright (C) 2007-2020 Jason R. Blevins and markdown-mode +;; Copyright (C) 2007-2022 Jason R. Blevins and markdown-mode ;; contributors (see the commit log for details). ;; Author: Jason R. Blevins <jblev...@xbeta.org> ;; Maintainer: Jason R. Blevins <jblev...@xbeta.org> ;; Created: May 24, 2007 -;; Version: 2.5 +;; Version: 2.6-dev ;; Package-Requires: ((emacs "25.1")) ;; Keywords: Markdown, GitHub Flavored Markdown, itex ;; URL: https://jblevins.org/projects/markdown-mode/ @@ -55,7 +55,7 @@ ;;; Constants ================================================================= -(defconst markdown-mode-version "2.5" +(defconst markdown-mode-version "2.6-dev" "Markdown mode version number.") (defconst markdown-output-buffer-name "*markdown-output*"