aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/progmodes/cc-defs.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a8e120333f7..119720d8800 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12009-07-29 Alan Mackenzie <acm@muc.de>
2
3 * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
4
12009-07-29 Dmitry Dzhus <dima@sphinx.net.ru> 52009-07-29 Dmitry Dzhus <dima@sphinx.net.ru>
2 6
3 * progmodes/gdb-mi.el (gdb-goto-breakpoint): Use full path when 7 * progmodes/gdb-mi.el (gdb-goto-breakpoint): Use full path when
diff --git a/lisp/progmodes/cc-defs.el b/lisp/progmodes/cc-defs.el
index 3dde4048db6..dc5a005cb2e 100644
--- a/lisp/progmodes/cc-defs.el
+++ b/lisp/progmodes/cc-defs.el
@@ -95,7 +95,7 @@
95 95
96;;; Variables also used at compile time. 96;;; Variables also used at compile time.
97 97
98(defconst c-version "5.31.6" 98(defconst c-version "5.31.7"
99 "CC Mode version number.") 99 "CC Mode version number.")
100 100
101(defconst c-version-sym (intern c-version)) 101(defconst c-version-sym (intern c-version))