]> git.eshelyaron.com Git - emacs.git/commitdiff
CC Mode: increment version numbers to 5.35 due to standalone release
authorAlan Mackenzie <acm@muc.de>
Thu, 31 Dec 2020 20:32:14 +0000 (20:32 +0000)
committerAlan Mackenzie <acm@muc.de>
Thu, 31 Dec 2020 20:32:14 +0000 (20:32 +0000)
* doc/misc/cc-mode.texi.  Increment the mode to 5.35, twice.

* lisp/progmodes/cc-defs.el.  Increment the mode to "5.35.1".

doc/misc/cc-mode.texi
lisp/progmodes/cc-defs.el

index adc233d99dd4ae5e12890491ad363364df0a0bd5..c0d0fc245723f3e1a377ca990ce647d5e87b434d 100644 (file)
@@ -197,7 +197,7 @@ modify this GNU manual.''
 @titlepage
 @sp 10
 
-@center @titlefont{CC Mode 5.34}
+@center @titlefont{CC Mode 5.35}
 @sp 2
 @center A GNU Emacs mode for editing C and C-like languages
 @sp 2
@@ -388,7 +388,7 @@ was added in version 5.30.
 
 This manual describes @ccmode{}
 @comment The following line must appear on its own, so that the
-version 5.34.
+version 5.35.
 @comment Release.py script can update the version number automatically
 
 @ccmode{} supports the editing of C, C++, Objective-C,
index c82b3a34e332f043a1e000c7905c1dd76a82cabd..c867894ae01c9ef83afc33f1d9df06555c97e91a 100644 (file)
@@ -87,7 +87,7 @@
 \f
 ;;; Variables also used at compile time.
 
-(defconst c-version "5.34.2"
+(defconst c-version "5.35.1"
   "CC Mode version number.")
 
 (defconst c-version-sym (intern c-version))