comparison lisp/progmodes/cc-defs.el @ 97971:620d3d9a95da

(c-version): Increment to 5.31.6.
author Alan Mackenzie <acm@muc.de>
date Wed, 03 Sep 2008 21:13:01 +0000
parents 3f5d22fa3877
children aca04343781b
comparison
equal deleted inserted replaced
97970:ae5f7aa70d1a 97971:620d3d9a95da
92 (cc-load "cc-fix"))) 92 (cc-load "cc-fix")))
93 93
94 94
95 ;;; Variables also used at compile time. 95 ;;; Variables also used at compile time.
96 96
97 (defconst c-version "5.31.5" 97 (defconst c-version "5.31.6"
98 "CC Mode version number.") 98 "CC Mode version number.")
99 99
100 (defconst c-version-sym (intern c-version)) 100 (defconst c-version-sym (intern c-version))
101 ;; A little more compact and faster in comparisons. 101 ;; A little more compact and faster in comparisons.
102 102