emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 9e1209d: Amend the version number of CC Mode 5.33


From: Alan Mackenzie
Subject: [Emacs-diffs] emacs-25 9e1209d: Amend the version number of CC Mode 5.33 -> 5.32.99. Don't merge to trunk.
Date: Tue, 20 Dec 2016 21:51:59 +0000 (UTC)

branch: emacs-25
commit 9e1209d7a6e575d80e923bc74587229fa42ddfbf
Author: Alan Mackenzie <address@hidden>
Commit: Alan Mackenzie <address@hidden>

    Amend the version number of CC Mode 5.33 -> 5.32.99.  Don't merge to trunk.
    
    lisp/progmodes/cc-defs.el: Amend the version number.
    etc/NEWS: Add an item explaining the change.
---
 etc/NEWS                  |    7 +++++++
 lisp/progmodes/cc-defs.el |    2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/etc/NEWS b/etc/NEWS
index f679243..38975a7 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -50,6 +50,13 @@ Set this variable to a non-nil value to speed up display of 
characters
 using large fonts, at the price of a larger memory footprint of the
 Emacs session.
 
++++
+** The version number of CC Mode has been changed from 5.33 to
+5.32.99, although the software itself hasn't changed.  This aims to
+reduce confusion with the standalone CC Mode 5.33 (available from
+http://cc-mode.sourceforge.net), which is a more mature version than
+the one in Emacs 25.2.
+
 
 * Installation Changes in Emacs 25.1
 
diff --git a/lisp/progmodes/cc-defs.el b/lisp/progmodes/cc-defs.el
index 4c78bc3..251e338 100644
--- a/lisp/progmodes/cc-defs.el
+++ b/lisp/progmodes/cc-defs.el
@@ -94,7 +94,7 @@
 
 ;;; Variables also used at compile time.
 
-(defconst c-version "5.33"
+(defconst c-version "5.32.99"
   "CC Mode version number.")
 
 (defconst c-version-sym (intern c-version))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]