aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/copyright.el
diff options
context:
space:
mode:
authorNick Roberts <[email protected]>2007-07-11 01:52:25 +0000
committerNick Roberts <[email protected]>2007-07-11 01:52:25 +0000
commitfec50ededb0da99b2984b04188f02b98f1c75f2a (patch)
treee23250eaae8d53fa2ebc5159afbd82d89ce323fa /lisp/emacs-lisp/copyright.el
parentd7f5fd0778c2603d2e4903c76f2328379cd81fd7 (diff)
(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 5f5aecea97..dd01e7a448 100644
--- a/lisp/emacs-lisp/copyright.el
+++ b/lisp/emacs-lisp/copyright.el
@@ -72,7 +72,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)