1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00

* lisp/progmodes/cc-defs.el: Update c-version to 5.33.2 for Emacs 26.2

This commit is contained in:
Alan Mackenzie 2019-03-10 14:27:38 +00:00
parent 5dbf08bf45
commit d026d9ad99

View File

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