Mercurial > emacs
changeset 104105:f0dc02c2ac9e
* progmodes/cc-defs.el (c-version): Bump to 5.31.7.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 29 Jul 2009 13:34:19 +0000 |
parents | 757c30ed402e |
children | a08492c7c062 |
files | lisp/ChangeLog lisp/progmodes/cc-defs.el |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Wed Jul 29 09:14:13 2009 +0000 +++ b/lisp/ChangeLog Wed Jul 29 13:34:19 2009 +0000 @@ -1,3 +1,7 @@ +2009-07-29 Alan Mackenzie <acm@muc.de> + + * progmodes/cc-defs.el (c-version): Bump to 5.31.7. + 2009-07-29 Dmitry Dzhus <dima@sphinx.net.ru> * progmodes/gdb-mi.el (gdb-goto-breakpoint): Use full path when
--- a/lisp/progmodes/cc-defs.el Wed Jul 29 09:14:13 2009 +0000 +++ b/lisp/progmodes/cc-defs.el Wed Jul 29 13:34:19 2009 +0000 @@ -95,7 +95,7 @@ ;;; Variables also used at compile time. -(defconst c-version "5.31.6" +(defconst c-version "5.31.7" "CC Mode version number.") (defconst c-version-sym (intern c-version))