diff options
| author | Glenn Morris | 2013-01-27 16:34:22 -0800 |
|---|---|---|
| committer | Glenn Morris | 2013-01-27 16:34:22 -0800 |
| commit | 268c041e440dacf5f897149d6be9edfaa40d86ed (patch) | |
| tree | 2c5e95eaf9ea22cca0005e98b1926e6d811275d5 | |
| parent | 224f4ec1298e93e4d18bba7ea208b08c75ae3422 (diff) | |
| download | emacs-268c041e440dacf5f897149d6be9edfaa40d86ed.tar.gz emacs-268c041e440dacf5f897149d6be9edfaa40d86ed.zip | |
Sync Version: headers with -version variables
| -rw-r--r-- | lisp/cedet/cedet.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/inversion.el | 2 | ||||
| -rw-r--r-- | lisp/cedet/semantic.el | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lisp/cedet/cedet.el b/lisp/cedet/cedet.el index ccc75a40f4b..d876b65303c 100644 --- a/lisp/cedet/cedet.el +++ b/lisp/cedet/cedet.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: David Ponce <david@dponce.com> | 5 | ;; Author: David Ponce <david@dponce.com> |
| 6 | ;; Maintainer: Eric M. Ludlam <zappo@gnu.org> | 6 | ;; Maintainer: Eric M. Ludlam <zappo@gnu.org> |
| 7 | ;; Version: 1.0pre7 | 7 | ;; Version: 1.1 |
| 8 | ;; Keywords: OO, lisp | 8 | ;; Keywords: OO, lisp |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/cedet/inversion.el b/lisp/cedet/inversion.el index bebb7b58e40..533d959f6b7 100644 --- a/lisp/cedet/inversion.el +++ b/lisp/cedet/inversion.el | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | ;;; Copyright (C) 2002-2003, 2005-2013 Free Software Foundation, Inc. | 3 | ;;; Copyright (C) 2002-2003, 2005-2013 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> | 5 | ;; Author: Eric M. Ludlam <zappo@gnu.org> |
| 6 | ;; Version: 0.2 | 6 | ;; Version: 1.3 |
| 7 | ;; Keywords: OO, lisp | 7 | ;; Keywords: OO, lisp |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
diff --git a/lisp/cedet/semantic.el b/lisp/cedet/semantic.el index 73d0860c49f..decd3b15812 100644 --- a/lisp/cedet/semantic.el +++ b/lisp/cedet/semantic.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: syntax tools | 6 | ;; Keywords: syntax tools |
| 7 | ;; Version: 2.0 | 7 | ;; Version: 2.1beta |
| 8 | 8 | ||
| 9 | ;; This file is part of GNU Emacs. | 9 | ;; This file is part of GNU Emacs. |
| 10 | 10 | ||