summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-09-08 03:24:01 +0000
committerRichard M. Stallman <rms@gnu.org>1997-09-08 03:24:01 +0000
commit13a2c8a37c22aad5611e9dbd7f359ce2465e1906 (patch)
treee63ef802023ee29ac16cfeea8333edf338428891
parent801b106f407b54fe0e79498b41baa77ac7d86020 (diff)
downloademacs-13a2c8a37c22aad5611e9dbd7f359ce2465e1906.tar.gz
(c-version): Updated.
-rw-r--r--lisp/progmodes/cc-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/cc-mode.el b/lisp/progmodes/cc-mode.el
index 8ca97710bfd..98fe3a2aabd 100644
--- a/lisp/progmodes/cc-mode.el
+++ b/lisp/progmodes/cc-mode.el
@@ -7,7 +7,7 @@
;; 1985 Richard M. Stallman
;; Maintainer: cc-mode-help@python.org
;; Created: a long, long, time ago. adapted from the original c-mode.el
-;; Version: 5.16
+;; Version: 5.17
;; Keywords: c languages oop
;; NOTE: Read the commentary below for the right way to submit bug reports!
@@ -326,7 +326,7 @@ Key bindings:
;; defuns for submitting bug reports
-(defconst c-version "5.16"
+(defconst c-version "5.17"
"CC Mode version number.")
(defconst c-mode-help-address