diff options
| author | Chong Yidong | 2012-03-04 17:45:01 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-03-04 17:45:01 +0800 |
| commit | e24b21b447b84731acf38d90e3f1e8a5094a0cc7 (patch) | |
| tree | d971fad2648adeb869fda7232f907c67633acf22 /lisp | |
| parent | c1ca42b4fb3ed80ed6f31d689af6847ab3139c26 (diff) | |
| download | emacs-e24b21b447b84731acf38d90e3f1e8a5094a0cc7.tar.gz emacs-e24b21b447b84731acf38d90e3f1e8a5094a0cc7.zip | |
* lisp/emacs-lisp/package.el: Bump package version to 1.0.
Fixes: debbugs:10838
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/emacs-lisp/package.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index ff4fbe3ead4..fd0eb029fc3 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | ;; Author: Tom Tromey <tromey@redhat.com> | 5 | ;; Author: Tom Tromey <tromey@redhat.com> |
| 6 | ;; Created: 10 Mar 2007 | 6 | ;; Created: 10 Mar 2007 |
| 7 | ;; Version: 0.9 | 7 | ;; Version: 1.0 |
| 8 | ;; Keywords: tools | 8 | ;; Keywords: tools |
| 9 | 9 | ||
| 10 | ;; This file is part of GNU Emacs. | 10 | ;; This file is part of GNU Emacs. |