Update CC Mode's version number to 5.34

* doc/misc/cc-mode.texi (top level, "Introduction"),
lisp/progmodes/cc-defs.el (c-version): Update version number to 5.34.
This commit is contained in:
Alan Mackenzie 2019-06-19 19:15:26 +00:00
parent a7f71e8dfa
commit 598d167f40
2 changed files with 3 additions and 3 deletions

View file

@ -197,7 +197,7 @@ modify this GNU manual.''
@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
@ -387,7 +387,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.32.
version 5.34.
@comment Release.py script can update the version number automatically
@ccmode{} supports the editing of C, C++, Objective-C,

View file

@ -87,7 +87,7 @@
;;; 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))