diff options
author | Nick Roberts <nickrob@snap.net.nz> | 2007-07-10 23:30:18 +0000 |
---|---|---|
committer | Nick Roberts <nickrob@snap.net.nz> | 2007-07-10 23:30:18 +0000 |
commit | 948d9b97fc2edc08887a6886d69891a757cdfe09 (patch) | |
tree | 64b7c4b2d50aca86603f4254b9beaefa57794c3f /lisp/emacs-lisp/copyright.el | |
parent | c636ecc62cda9120a84645e5698c381939484fe8 (diff) | |
download | emacs-948d9b97fc2edc08887a6886d69891a757cdfe09.tar.gz |
(copyright-current-gpl-version): Set to 3.
Diffstat (limited to 'lisp/emacs-lisp/copyright.el')
-rw-r--r-- | lisp/emacs-lisp/copyright.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/copyright.el b/lisp/emacs-lisp/copyright.el index ac61c5a9ada..facdf9e9aae 100644 --- a/lisp/emacs-lisp/copyright.el +++ b/lisp/emacs-lisp/copyright.el @@ -79,7 +79,7 @@ When this is `function', only ask when called non-interactively." ;; when modifying this, also modify the comment generated by autoinsert.el -(defconst copyright-current-gpl-version "2" +(defconst copyright-current-gpl-version "3" "String representing the current version of the GPL or nil.") (defvar copyright-update t) |