* lisp/progmodes/cc-defs.el (c-version): update to 5.34.1 for Emacs 27.1

Don't merge to master.
This commit is contained in:
Alan Mackenzie 2020-03-14 11:39:40 +00:00
parent 3a8a231810
commit dcc943be0a

View file

@ -87,7 +87,7 @@
;;; Variables also used at compile time.
(defconst c-version "5.34"
(defconst c-version "5.34.1"
"CC Mode version number.")
(defconst c-version-sym (intern c-version))