From ccb1ba68d948914acea5428757a268073a297edf Mon Sep 17 00:00:00 2001 From: Chris Mann Date: Fri, 27 Feb 2009 19:23:51 +1030 Subject: [PATCH] * wesnoth-mode.texi, wesnoth-mode.el: Incorrect version. Now 1.3.5. --- wesnoth-mode.el | 4 ++-- wesnoth-mode.texi | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wesnoth-mode.el b/wesnoth-mode.el index 730d133..d987eda 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.6 +;; 1.3.5 ;; * 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.6-git" +(defconst wesnoth-mode-version "1.3.5" "The current version of `wesnoth-mode'.") (defgroup wesnoth-mode nil "Wesnoth-mode access" diff --git a/wesnoth-mode.texi b/wesnoth-mode.texi index e8ef6e9..54fb37c 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.6-git +@set VERSION 1.3.5 @set WMLVERSION 1.5.11 @set DATE February 2009 -- 2.11.4.GIT