summaryrefslogtreecommitdiff
path: root/lisp/progmodes/cc-defs.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2009-07-29 13:34:19 +0000
committerChong Yidong <cyd@stupidchicken.com>2009-07-29 13:34:19 +0000
commitc779896dab7bb61d2b817c94cd015f7186bb9fba (patch)
treeaef54d7ed5a0a3abd4c8cbf6f2439c6b5a43f127 /lisp/progmodes/cc-defs.el
parent592ccae03620b69be8f3d09951ce6837968032c6 (diff)
downloademacs-c779896dab7bb61d2b817c94cd015f7186bb9fba.tar.gz
emacs-c779896dab7bb61d2b817c94cd015f7186bb9fba.tar.bz2
emacs-c779896dab7bb61d2b817c94cd015f7186bb9fba.zip
* progmodes/cc-defs.el (c-version): Bump to 5.31.7.
Diffstat (limited to 'lisp/progmodes/cc-defs.el')
-rw-r--r--lisp/progmodes/cc-defs.el2
1 files changed, 1 insertions, 1 deletions
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 @@
;;; 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))