diff options
| author | David Engster | 2013-01-31 20:58:56 +0100 |
|---|---|---|
| committer | David Engster | 2013-01-31 20:58:56 +0100 |
| commit | be798504fa7ba77672bb5cab94f4741593fa7ed6 (patch) | |
| tree | 5736cc4756e2cf488aa0bf59f9bf7e021655ddf0 /lisp/cedet/srecode.el | |
| parent | fb77fe0fb768a41f3d9bf9dddd411a73e552c3c6 (diff) | |
| download | emacs-be798504fa7ba77672bb5cab94f4741593fa7ed6.tar.gz emacs-be798504fa7ba77672bb5cab94f4741593fa7ed6.zip | |
Sync CEDET and EIEIO version numbers with upstream.
Diffstat (limited to 'lisp/cedet/srecode.el')
| -rw-r--r-- | lisp/cedet/srecode.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/srecode.el b/lisp/cedet/srecode.el index 3201374bc92..2e2cb8a3f80 100644 --- a/lisp/cedet/srecode.el +++ b/lisp/cedet/srecode.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Keywords: codegeneration | 6 | ;; Keywords: codegeneration |
| 7 | ;; Version: 1.0 | 7 | ;; Version: 1.2 |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||
| @@ -41,7 +41,7 @@ | |||
| 41 | (require 'mode-local) | 41 | (require 'mode-local) |
| 42 | (load "srecode/loaddefs" nil 'nomessage) | 42 | (load "srecode/loaddefs" nil 'nomessage) |
| 43 | 43 | ||
| 44 | (defvar srecode-version "1.0" | 44 | (defvar srecode-version "1.2" |
| 45 | "Current version of the Semantic Recoder.") | 45 | "Current version of the Semantic Recoder.") |
| 46 | 46 | ||
| 47 | ;;; Code: | 47 | ;;; Code: |