mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 13:57:36 +00:00
* lisp/progmodes/cc-defs.el (c-version): Restore c-version to 5.33
This commit is contained in:
parent
01ffca6726
commit
d546e47632
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue