* doc/misc/cc-mode.texi. Increment the mode to 5.35, twice.
* lisp/progmodes/cc-defs.el. Increment the mode to "5.35.1".
@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
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,
\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))