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:
parent
a7f71e8dfa
commit
598d167f40
2 changed files with 3 additions and 3 deletions
|
@ -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,
|
||||
|
|
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue