From 58bdfd7c540c49f3727c517c3599c9d601696caf Mon Sep 17 00:00:00 2001 From: Alan Mackenzie Date: Thu, 31 Dec 2020 20:32:14 +0000 Subject: [PATCH] CC Mode: increment version numbers to 5.35 due to standalone release * 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 | 4 ++-- lisp/progmodes/cc-defs.el | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/misc/cc-mode.texi b/doc/misc/cc-mode.texi index adc233d99dd..c0d0fc24572 100644 --- a/doc/misc/cc-mode.texi +++ b/doc/misc/cc-mode.texi @@ -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, diff --git a/lisp/progmodes/cc-defs.el b/lisp/progmodes/cc-defs.el index c82b3a34e33..c867894ae01 100644 --- a/lisp/progmodes/cc-defs.el +++ b/lisp/progmodes/cc-defs.el @@ -87,7 +87,7 @@ ;;; 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)) -- 2.39.5