Skip to content

Commit

Permalink
Release 0.5.11
Browse files Browse the repository at this point in the history
And update Checklist (there is no configure.in and Makefile.am anymore).
  • Loading branch information
dgutov committed Feb 22, 2024
1 parent 48ffc5f commit b1f5c7d
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
12 changes: 2 additions & 10 deletions Checklist
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,8 @@
2. Update the NEWS and TODO files and any other commentary files and
check them into Git.

3. Update version numbers and dates in `mmm-mode.el', `configure.in',
and `mmm-vars.el'. Check them in with comment "Released x.x.x".
3. Update version numbers and dates in `mmm-mode.el' and
`mmm-vars.el'. Check them in with comment "Release x.x.x".

4. Make a Git snapshot (`C-x v s') of the MMM Mode directory. This is
the point at which a release becomes official.

5. Run `make dist' and upload the tarball. Upload to SourceForge.

Adding Files

To add a file to the distribution, edit `Makefile.am' and add it to
lisp_LISP (if an .el file) or EXTRA_DIST (otherwise). If necessary,
add autoloads for functions or submode classes to `mmm-auto.el'.
6 changes: 6 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ See the file COPYING for copying conditions.

Please submit bug reports at https://github.com/dgutov/mmm-mode/issues

* Changes in MMM Mode 0.5.11

The codebase migrated to use lexical-binding.

Documentation updates.

* Changes in MMM Mode 0.5.10

Functions mmm-add-find-file-hooks and mmm-add-find-file-hook have been
Expand Down
2 changes: 1 addition & 1 deletion mmm-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
;; Maintainer: Dmitry Gutov <[email protected]>
;; URL: https://github.com/dgutov/mmm-mode
;; Keywords: convenience, faces, languages, tools
;; Version: 0.5.10
;; Version: 0.5.11
;; Package-Requires: ((emacs "25.1") (cl-lib "0.2"))

;;{{{ GPL
Expand Down
2 changes: 1 addition & 1 deletion mmm-vars.el
Original file line number Diff line number Diff line change
Expand Up @@ -1062,7 +1062,7 @@ The CLASSES are all made private, i.e. non-user-visible."
;;}}}
;;{{{ Version Number

(defconst mmm-version "0.5.10"
(defconst mmm-version "0.5.11"
"Current version of MMM Mode.")

(defun mmm-version ()
Expand Down

0 comments on commit b1f5c7d

Please sign in to comment.