* lisp/progmodes/cc-defs.el (c-version): Restore c-version to 5.33

This commit is contained in:
Alan Mackenzie 2017-03-28 20:25:34 +00:00
parent 01ffca6726
commit d546e47632

View file

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