mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-06 11:55:48 +00:00
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".
This commit is contained in:
parent
761d3f3cdc
commit
58bdfd7c54
@ -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,
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user