aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2009-07-29 13:34:19 +0000
committerChong Yidong <[email protected]>2009-07-29 13:34:19 +0000
commitc779896dab7bb61d2b817c94cd015f7186bb9fba (patch)
treeaef54d7ed5a0a3abd4c8cbf6f2439c6b5a43f127
parent592ccae03620b69be8f3d09951ce6837968032c6 (diff)
* progmodes/cc-defs.el (c-version): Bump to 5.31.7.
-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 a8e120333f..119720d880 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2009-07-29 Alan Mackenzie <[email protected]>
+
+ * progmodes/cc-defs.el (c-version): Bump to 5.31.7.
+
2009-07-29 Dmitry Dzhus <[email protected]>
* 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 3dde4048db..dc5a005cb2 100644
--- a/lisp/progmodes/cc-defs.el
+++ b/lisp/progmodes/cc-defs.el
@@ -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))