* doc/misc/cc-mode.texi (top level, "Introduction"),
lisp/progmodes/cc-defs.el (c-version): Update version number to 5.34.
@titlepage
@sp 10
-@center @titlefont{CC Mode 5.32}
+@center @titlefont{CC Mode 5.34}
@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.32.
+version 5.34.
@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.33.2"
+(defconst c-version "5.34"
"CC Mode version number.")
(defconst c-version-sym (intern c-version))