From e30c0c912a16b53ea48583ebeb3d850ba07753a3 Mon Sep 17 00:00:00 2001 From: Chris Mann Date: Fri, 27 Feb 2009 18:54:01 +1030 Subject: [PATCH] * wesnoth-mode.el: Updated version to 1.3.6. * wesnoth-mode.texi: Updated version. Minor formatting change. --- wesnoth-mode.el | 4 ++-- wesnoth-mode.texi | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wesnoth-mode.el b/wesnoth-mode.el index 49166d3..d2f53fb 100644 --- a/wesnoth-mode.el +++ b/wesnoth-mode.el @@ -33,7 +33,7 @@ ;; to automatically load wesnoth-mode for all files ending in '.cfg'. ;;; History: -;; 1.3.5-git +;; 1.3.6 ;; * Added navigation commands: C-M-n and C-M-p can be used to move to the ;; next and previous children of the current parent element, respectively. ;; C-M-u and C-M-d can be used to move to the parent element and the next @@ -189,7 +189,7 @@ (require 'wesnoth-update) (require 'wesnoth-wml-data) -(defconst wesnoth-mode-version "1.3.5-git" +(defconst wesnoth-mode-version "1.3.6" "The current version of `wesnoth-mode'.") (defgroup wesnoth-mode nil "Wesnoth-mode access" diff --git a/wesnoth-mode.texi b/wesnoth-mode.texi index de02388..ffcb6e8 100644 --- a/wesnoth-mode.texi +++ b/wesnoth-mode.texi @@ -2,7 +2,7 @@ @setfilename wesnoth-mode.info @settitle Wesnoth Mode Manual -@set VERSION 1.3.5-git +@set VERSION 1.3.6 @set WMLVERSION 1.5.11 @set DATE February 2009 @@ -440,7 +440,7 @@ For example: Once set, @kbd{M-x wesnoth-update} will generate and load a new cache of WML data ready for use for the current and future sessions. @i{Note: -@code{wesnoth-update} may take some time to run.} +'wesnoth-update' may take some time to run.} Wesnoth Mode @value{VERSION} uses WML data retrieved from Wesnoth @value{WMLVERSION}, by default. -- 2.11.4.GIT