Update CC Mode version to 5.32.3.
This commit is contained in:
parent
9723e05aa3
commit
09affde083
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-04-27 Alan Mackenzie <acm@muc.de>
|
||||
|
||||
* progmodes/cc-defs.el (c-version): Update to 5.32.3.
|
||||
|
||||
2012-04-27 Chong Yidong <cyd@gnu.org>
|
||||
|
||||
* subr.el (read-key): Avoid running filter function when setting
|
||||
|
|
|
@ -93,7 +93,7 @@
|
|||
|
||||
;;; Variables also used at compile time.
|
||||
|
||||
(defconst c-version "5.32.2"
|
||||
(defconst c-version "5.32.3"
|
||||
"CC Mode version number.")
|
||||
|
||||
(defconst c-version-sym (intern c-version))
|
||||
|
|
Loading…
Add table
Reference in a new issue