Bump CC Mode's version number to 5.32.4.

This commit is contained in:
Alan Mackenzie 2012-11-21 20:47:09 +00:00
parent b03aabdac5
commit dc310ed0ab
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2012-11-21 Alan Mackenzie <acm@muc.de>
* progmodes/cc-defs.el (c-version): Bump to 5.32.4.
Fix bugs in the state cache. Enhance a debugging mechanism.
* progmodes/cc-engine.el (c-parse-state-get-strategy): Don't use
"brace at column zero" strategy for C++.

View file

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