From a93ebce917f2c0dfed885c74c4f5e97fbb2231a4 Mon Sep 17 00:00:00 2001 From: Chris Mann Date: Tue, 15 Jan 2008 13:46:13 +1030 Subject: [PATCH] * wesnoth-mode.el: Added Changelog for current development. (wesnoth-mode-version): Set to '1.2.2+git'. --- wesnoth-mode.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wesnoth-mode.el b/wesnoth-mode.el index 4a31457..e152ba0 100644 --- a/wesnoth-mode.el +++ b/wesnoth-mode.el @@ -31,6 +31,8 @@ ;; to automatically load wesnoth-mode for all files ending in '.cfg'. ;;; Changes: +;; 1.2.2+git +;; * Added support for several new tags. ;; 1.2.2 ;; * Added functions: `wesnoth-indent', `wesnoth-element-closing', ;; `wesnoth-element', `wesnoth-element-opening', @@ -70,7 +72,7 @@ ;; * Base indent now defaults to 4. ;; * Added support for #ifndef. -(defconst wesnoth-mode-version "1.2.2" +(defconst wesnoth-mode-version "1.2.2+git" "The current version of wesnoth-mode.") (defgroup wesnoth-mode nil "Wesnoth-mode access" -- 2.11.4.GIT