summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/copyright.el
diff options
context:
space:
mode:
authorNick Roberts <nickrob@snap.net.nz>2007-07-10 23:30:18 +0000
committerNick Roberts <nickrob@snap.net.nz>2007-07-10 23:30:18 +0000
commit948d9b97fc2edc08887a6886d69891a757cdfe09 (patch)
tree64b7c4b2d50aca86603f4254b9beaefa57794c3f /lisp/emacs-lisp/copyright.el
parentc636ecc62cda9120a84645e5698c381939484fe8 (diff)
downloademacs-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.el2
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)